FSG:EXPAND PARENT VALUE PROFILE OPTION 에 대한 설명

제품 : FIN_GL
작성날짜 : 2004-10-14
FSG:EXPAND PARENT VALUE PROFILE OPTION 에 대한 설명
==============================================
PURPOSE
FSG 작성 시 'FSG: Expand Parent Value' profile 의 역할에 대해 설명한다.
Explanation
FSG:Expand Parent Value profile 은 FSG report 작성시 parent value 를 child ranges 로 부터 sum하여 가져 올 것이냐 아니면 parent vlaue 에서 가져 올 것이냐를 결정한다.
Example
Example 1
FSG:Expand Parent Value = Yes
Summary Flag = Yes
Parent Value belongs to a Rollup Group
Result:
FSG looks for summary accounts that have this parent value for this segment.
It does not expand the parent value into its child ranges.
Example 2
FSG:Expand Parent Value = Yes
Summary Flag = Yes
Parent Value does not belong to a Rollup Group
Result:
FSG expands the parent value into its child ranges, then looks for
summary accounts that have values for this segment that are within
these child ranges. (The summary template associated with this summary
account would have to have a 'D' for this segment.)
Example 3
FSG:Expand Parent Value = Yes
Summary Flag = No
Parent Value belongs to a Rollup Group
Result:
FSG looks for detail accounts that have this parent value for this
segment. It does not expand the parent value into its child ranges.
It is never going to be successful.
Example 4
FSG:Expand Parent Value = Yes
Summary Flag = No
Parent Value does not belong to a Rollup Group
Result:
FSG expands the parent value into its child ranges, then looks for detail
accounts that have values for this segment that are within these child
ranges.
Example 5
FSG:Expand Parent Value = No
Summary Flag = Yes
Result:
FSG looks for summary accounts that have this parent value for this
segment. It does not expand the parent value into its child ranges.
Example 6
FSG:Expand Parent Value = No
Summary Flag = No
Result:
FSG expands the parent value into its child ranges, then looks for
detail accounts that have values for this segment that are within
these child ranges.
Reference Documents
Note 1012620.102

I have followed the following notes but it didn't help me
R12: FSG: PERF0005 Error Detected In GET_DEF_LDGS - ORA-01403: No Data Found Common Issues [ID 1368691.1]
Generating a FSG Report Application Does Not Find Profile Values for RG_LOGFILE_DETAIL_LEVEL and EXPAND_PARENT_VALUE [ID 165339.1]
does anyone know how to solved the problem ??If none of the docs help, please log a SR.
Thanks,
Hussein

Similar Messages

  • What does "PO:Approval Timeout Value" profile mean

    Hi,
    Is the value to be entered for "PO:Approval Timeout Value" profile option in terms of days/hours??

    Metalink Doc ID: Note:276523.1
    There is a new profile option called PO: Approval Timeout Value.
    It is set by default to 300. What does it do and how does it work?
    When the user performs Approval for either a purchase order or a requisition, the Approval Document Manager gets timeout if a document is under process after 180 seconds. There was no way to control the value for this timeout before 11.5.9.
    In 11.5.9 a new profile seeded with default of 300 seconds was introduced to extend the approval timeout value. The PO_REQUEST_ACTION package was modified to get the value from the profile option.
    NEW PROFILE DETAILS:
    Profile Name : PO: Approval Timeout Value
    Description : Approval Timeout to wait for the Doc Manager to return in sec.
    Site Level value: 300 seconds. (SEEDED AS DEFAULT)
    Max.Access Level: SITE only.
    Thanks,
    Saurabh

  • Not able to get the profile option value

    Hi,
    Not able to get the profile option value after i changed the new value in the application.
    I am using fnd_global.apps_initialize to initialize the apps from PLSQL code to get the updated profile option value. But fnd_profile.value is not getting fetched the updated value. Still it is fetching the old one. I mean it is stored in database cache. Please any one let me know how to get the new value every time after i changed the value.
    Thanks

    What is the application release?
    Is this a custom or seeded profile option?
    Can you confirm that the value got changed from the application (query the profile option and verify the value)?
    Can you reproduce the issue if you use an API to update this profile option as per (How to Change Profile Option Value Without Forms? [ID 943710.1])?
    Thanks,
    Hussein

  • Setting profile option values using Java Concurrent Program

    Hi,
    I have a java concurrent program in which i am trying to update a profile option which is enabled only at site level, but the values are not getting committed once the CP completes.
    1. I am using CpContext.getProfileStore().SetProfile(<name>,<value>) to set the value.
    2. I am printing CpContext.getProfileStore().getProfile(<name>) in the same run and this works.
    3. BUt once the CP completes, the values are gone. Seems we have to issue a commit.
    3. So i used CpContext.getJDBCConnection().commit; Even this doesn't commit.
    Pls. suggest. Has anyone used these APIs to update profile options?
    Thanks,
    Suresh.

    I am not not a java expert, but pl see if MOS Docs 305710.1 (A SAMPLE JAVA CONCURRENT PROGRAM) and 827563.1 (How To Create a Java Concurrent Program?) can help
    HTH
    Srini

  • How to capture profile option value in Controller in OAF?

    Hi,
    I have a requirement to capture the value of profile option value in Controller in OAF?
    How to write the code for this?
    Thanks

    Hi ,
    You can get the profile option value in following ways.
    String customprofile = transaction.getProfile("XXXX");
    if(customprofile == null)
    throw new OAException("The custom Profile Option Named XXXX has not been defined. Contact " +
    "your IT Support Group. , (byte)0);
    if(customprofile.length() == 0)
    throw new OAException("The custom Profile Option Named XXXX does not have a value assigned" +
    ". Contact your IT Support Group. "
    , (byte)0);
    Thanks
    Deb

  • User Profile Option Values

    The concurrent report User Profile Option Values, is only site value levels. Are user level values more powerful, i.e. do they overide such values. How can I determine profile option values set at user level? Is there a similar report?

    hsawwan wrote:
    The concurrent report User Profile Option Values, is only site value levels. Are user level values more powerful, i.e. do they overide such values. A profile option can be set at one or more levels, depending on its hierarchy type. Most profile options use the Security hierarchy type, meaning that they can potentially be set at the four levels Site (lowest level), Application, Responsibility, and User (highest level). A higher-level option value overrides a lower-level value.
    How can I determine profile option values set at user level? Is there a similar report?Note: 367926.1 - How To Find All Users With A Particular Profile Option Set?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=367926.1
    Note: 201945.1 - How to list E-Business Suite Profile Option values for all levels using SQLPlus
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=201945.1
    Do you know if the Utilities: Diagnostics is our powerful/risky profile option to grant a user in PROD, I cant find much information on it??

  • Fetch Profile Option Values

    Hi,
    We have a requirement in which we want to fetch the output of a query for specific inventory org set in profile option from fornt end.
    Please let me know if there is any specific API which will help me fetch the value of the Inventory Org Profile Option(MFG_ORGANIZATION_UNIT) for the report query.
    I was trying with FND_PROFILE.VALUE('MFG_ORGANIZATION_ID') but it doesnt seem to be working.
    Please help.
    Thanks,
    Ramendra.

    We are calling the report as a discoverer report and the workbook is attached to a custom function.
    So basically we want to use the value fetched from the profile option in the SQL query of the disocverer report.
    Unfortunately i made a simple program and tried tot it didnt work fetch the value but it doesnt work.
    CREATE OR REPLACE
    procedure rr_test(errbuf OUT VARCHAR2,retcode OUT VARCHAR2) IS
    v_organization_id VARCHAR2(100);
    --v_org_id number;
    begin
    v_organization_id := fnd_profile.value('MFG_ORGANIZATION_ID');
    --v_org_id := fnd_global.org_id;
    /*select organization_id into v_organization_id PO: MFG Organization ID
    from hr_organization_units where
    organization_id = fnd_profile.value('MFG_ORGANIZATION_ID');*/
    fnd_file.put_line(fnd_file.log,'PROFILE VALUE IS :'||v_organization_id);
    End;
    When i registered it as a concurrent program.Set the change organization and run the program it doesnt show any value for the value of the profile option.
    The output is like this:
    RR_TEST module: RR Test
    Current system time is 23-FEB-2009 20:17:51
    **Starts**23-FEB-2009 20:17:52
    **Ends**23-FEB-2009 20:17:52
    Start of log messages from FND_FILE
    PROFILE VALUE IS :
    End of log messages from FND_FILE
    Executing request completion options...
    Please advise.
    Thanks,
    Ramendra.

  • How to get profile options & values at user & responsibility level by SQL?

    Experts, How to get profile options and values at user and responsibility level using SQL?

    SELECT
    po.profile_option_name as name
    , po.user_profile_option_name
    , decode(to_char(pov.level_id),'10001','SITE','10002','APP','10003','RESP','10005','SERVER','10006','ORG','10004','USER', '???') as "LEVEL"
    , decode(to_char(pov.level_id),'10001','','10002', app.application_short_name,'10003', rsp.responsibility_key,'10005', svr.node_name,'10006', org.name,'10004', usr.user_name,'???') as context
    , pov.profile_option_value as value
    FROM
    fnd_profile_options_vl po
    , fnd_profile_option_values pov
    , fnd_user usr
    , fnd_application app
    , fnd_responsibility rsp
    , fnd_nodes svr
    , hr_operating_units org
    WHERE 1=1
    AND pov.application_id = po.application_id
    AND pov.profile_option_id = po.profile_option_id
    AND usr.user_id (+) = pov.level_value
    AND rsp.application_id (+) = pov.level_value_application_id
    AND rsp.responsibility_id (+) = pov.level_value
    AND app.application_id (+) = pov.level_value
    AND svr.node_id (+) = pov.level_value
    and org.organization_id (+) = pov.level_value
    ORDER BY 1, pov.level_id, 5
    You'll need to apps initialize your SQL session before running this ...
    Regards,
    Jon

  • Value of profile option, ICX: Requisition Sever(ICX_REQ_SERVER)

    Hi,
    I need to know how do we find out the value to be stored in the profile option, ICX: Requisition Sever(ICX_REQ_SERVER). The value currently we have in our client instance seems to be wrong.
    My requirement is to prepare a URL to access a SQL Loader's bad file. While clicking on the URL should open the bad file from the interface directory in the UNIX server.
    Please comment.
    Regards,

    Hi,
    There are many scripts available, please see these documents for details.
    Note: 470102.1 - How To Check If a Profile Option Is Set In Oracle Application
    Note: 201945.1 - How to list E-Business Suite Profile Option values for all levels using SQLPlus
    Note: 282382.1 - How to Search all of the Profile Options for a Specific Value
    Note: 367926.1 - How To Find All Users With A Particular Profile Option Set?
    Note: 282382.1 - How to Search all of the Profile Options for a Specific Value
    Note: 803587.1 - Script To List The Values Of A Profile Option At All Levels
    Thanks,
    Hussein

  • Can not read values for profile option proxy_user_id in routine& Routine

    Hi all ,
    I developed a new form in oracle apps R12 and deployed in respective top ,After entering all the details when i am going to save the data i am getting the message like
    Can not read values for profile option proxy_user_id in routine& Routine and no action is taking place .
    Can some one please help me how to avoid this issue.
    Thanks in advance,
    Srinivas

    Hi Srinivas,
    Please check below Metalink notes. Although it is not same as your issue but it will give you way to enable 'VISIBLE' flag(if not done already)
    _'Cannot Read Value For Profile Option Proxy_user_id' Error While Trying To Create an AR Invoice [ID 1280915.1_
    Thanks,
    JD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • API for inserting/updating system profile option values

    Hi,
    Is there any API that I can use to insert/update system profile option values via PL/SQL?
    Regards,
    Santhosh Jose

    Hi Santosh,
    You can think of using the FNDLOAD utility to download the values from one instance and upload to other instance.
    ## Now lets have a look at the profile option using oracle's FNDLOAD
    FNDLOAD apps/$CLIENT_APPS_PWD O Y DOWNLOAD $FND_TOP/patch/115/import/afscprof.lct POR_ENABLE_REQ_HEADER_CUST.ldt PROFILE PROFILE_NAME="POR_ENABLE_REQ_HEADER_CUST" APPLICATION_SHORT_NAME="ICX"
    ## Note that
    ## POR_ENABLE_REQ_HEADER_CUST is the short name of profile option
    ## We aren't passing the user profile option name in this case. Validate using ...
    ########----->select application_id, PROFILE_OPTION_NAME || '==>' || profile_option_id || '==>' ||
    ########----->USER_PROFILE_OPTION_NAME
    ########----->from FND_PROFILE_OPTIONS_VL
    ########----->where PROFILE_OPTION_NAME like '%' || upper('&profile_option_name') || '%'
    ########----->order by PROFILE_OPTION_NAME
    ########----->/
    ## Now to upload
    FNDLOAD apps/$CLIENT_APPS_PWD O Y UPLOAD $FND_TOP/patch/115/import/afscprof.lct POR_ENABLE_REQ_HEADER_CUST.ldt
    For other config components download and upload you can refer the link- http://www.apps2fusion.com/apps/scripts/19-oracle-fndload-script-examples
    Thanks,
    Sanjay

  • [Forum FAQ] How to use parameter to control the Expand/Collapse drill-down options in SSRS report?

    In SQL Server Reporting Services (SSRS), drill-down is an action we can apply to any report item to hide and show other report items. They all are ways that we can organize and display data to help our users understand our report better. In this article,
    we are talking about how to use parameter to control the Expand/Collapse drill-down options in SSRS report.
    Consider that the report has a dataset (dsSales) with following fields: SalesTerritoryGroup, SalesTerritoryCountry, CalendarYear, SalesAmount.
    1. The report has the following group settings:
    Parent Group: SalesTerritoryGroup
     Child Group: SalesTerritoryCountry
      Child Group: CalendarYear
       Details: SalesAmount
    2. Add three parameters in the report:
    GroupExpand:
    Available Values: “Specify values”
    Label: Yes           Value: Yes
    Label: No            Value: No
    Default Values: “Specify values”
    Value: Yes
    CountryExpand:
    Available Values: “Specify values”
    Label: Yes           Value: =IIF(Parameters!GroupExpand.Value="No",Nothing,"Yes")
    Label: No            Value: No
    Default Values: “Specify values”
    Value: =IIF(Parameters!GroupExpand.Value="No","No","Yes")
    YearExpand:
    Available Values: “Specify values”
    Label: Yes          
    Value: =IIF(Parameters!GroupExpand.Value="No" or Parameters!CountryExpand.Value="No",Nothing,"Yes")
    Label: No            Value: No
    Default Values: “Specify values”
    Value: =IIF(Parameters!GroupExpand.Value="No" or Parameters!CountryExpand.Value="No","No","Yes")
    3. Right click SalesTerritoryCountry icon in the Row Groups dialog box, select Group Properties.
    4. Click Visibility in the left pane. Select “Show or hide based on an expression” and type with following expression:
    =IIF(Parameters!GroupExpand.Value="Yes", False, True)
    Select “Display can be toggled by this report item” option, and select “SalesTerritoryGroup” in the drop down list.
    5. Use the same method setting CalendarYear, (Details) drill-down with following expression:
    =IIF(Parameters!CountryExpand.Value="Yes", False, True)
    =IIF(Parameters!YearExpand.Value="Yes", False, True)
    6. Click SalesTerritoryGroup text box in the tablix. Select InitialToggleState property in the Properties dialog box, and type following expression:
    =IIF(Parameters!GroupExpand.Value="Yes", True, False)
    7. Use the same method setting SalesTerritoryCountry, CalendarYear text box with following expression:
    =IIF(Parameters!CountryExpand.Value="Yes", True, False)
    =IIF(Parameters!YearExpand.Value="Yes", True, False)
    After that, when we preview the report, we can use these three parameters to expand/collapse drill-down.
    Note:
    In our test, we may meet following issue. We can check the expression of InitialToggleState property to troubleshooting the issue.
    Applies to
    Reporting Services 2008
    Reporting Services 2008 R2
    Reporting Services 2012

    In SQL Server Reporting Services (SSRS), drill-down is an action we can apply to any report item to hide and show other report items. They all are ways that we can organize and display data to help our users understand our report better. In this article,
    we are talking about how to use parameter to control the Expand/Collapse drill-down options in SSRS report.
    Consider that the report has a dataset (dsSales) with following fields: SalesTerritoryGroup, SalesTerritoryCountry, CalendarYear, SalesAmount.
    1. The report has the following group settings:
    Parent Group: SalesTerritoryGroup
     Child Group: SalesTerritoryCountry
      Child Group: CalendarYear
       Details: SalesAmount
    2. Add three parameters in the report:
    GroupExpand:
    Available Values: “Specify values”
    Label: Yes           Value: Yes
    Label: No            Value: No
    Default Values: “Specify values”
    Value: Yes
    CountryExpand:
    Available Values: “Specify values”
    Label: Yes           Value: =IIF(Parameters!GroupExpand.Value="No",Nothing,"Yes")
    Label: No            Value: No
    Default Values: “Specify values”
    Value: =IIF(Parameters!GroupExpand.Value="No","No","Yes")
    YearExpand:
    Available Values: “Specify values”
    Label: Yes          
    Value: =IIF(Parameters!GroupExpand.Value="No" or Parameters!CountryExpand.Value="No",Nothing,"Yes")
    Label: No            Value: No
    Default Values: “Specify values”
    Value: =IIF(Parameters!GroupExpand.Value="No" or Parameters!CountryExpand.Value="No","No","Yes")
    3. Right click SalesTerritoryCountry icon in the Row Groups dialog box, select Group Properties.
    4. Click Visibility in the left pane. Select “Show or hide based on an expression” and type with following expression:
    =IIF(Parameters!GroupExpand.Value="Yes", False, True)
    Select “Display can be toggled by this report item” option, and select “SalesTerritoryGroup” in the drop down list.
    5. Use the same method setting CalendarYear, (Details) drill-down with following expression:
    =IIF(Parameters!CountryExpand.Value="Yes", False, True)
    =IIF(Parameters!YearExpand.Value="Yes", False, True)
    6. Click SalesTerritoryGroup text box in the tablix. Select InitialToggleState property in the Properties dialog box, and type following expression:
    =IIF(Parameters!GroupExpand.Value="Yes", True, False)
    7. Use the same method setting SalesTerritoryCountry, CalendarYear text box with following expression:
    =IIF(Parameters!CountryExpand.Value="Yes", True, False)
    =IIF(Parameters!YearExpand.Value="Yes", True, False)
    After that, when we preview the report, we can use these three parameters to expand/collapse drill-down.
    Note:
    In our test, we may meet following issue. We can check the expression of InitialToggleState property to troubleshooting the issue.
    Applies to
    Reporting Services 2008
    Reporting Services 2008 R2
    Reporting Services 2012

  • Query or Profile Option to find Current logged in user in oracle apps R12

    Query or Profile Option to find Current logged in user in oracle apps R12.
    I want to get value of current user who is logged in to that particular session, based on the value of user_id or user_name returned i have to do a Forms Personalization.
    Plz help.
    Regards,
    Sadiya P.

    Hi Sadiya,
    do you have the answer for this? please send it to me because i am also have same requirement. so plz post it here....

  • Issue with profile Options in Inventory

    I am trying to work with profile options in Inventory and I have 4 Operating units and 2 Legal Entity and 1 Business Group.
    At this point I am not sure as how to attach OU to MO:OU ( as there are 4). Similar concern is for GL Ledger..
    Please help....

    Hi Hanu,
    In the select query, u can replace s_lifnr with s_lifnr-low, since when we enter values in selection screen, they get stored in a table structure. hence directly equating it to s_lifnr, will not fetch any records.
    SELECT * FROM bsak INTO TABLE lt_bsak
    WHERE bukrs IN s_bukrs AND lifnr = s_lifnr-low AND gjahr IN s_gjahr AND budat IN s_budat AND saknr IN s_saknr.
    Hope this helps!!!
    Prerna

  • Trace is still getting generated even after disabling the profile option Initialization SQL Statement - Custom

    Hi All,
    we have a problem with profile option "Initialization SQL Statement - Custom". we have set this at user level. after some time, we have cleared the profile option value for this user.
    But we can still see the generated trace files are getting updated. we did checked this trc files from path returned from below query.
    select name, value
    from   v$parameter
    where  name like 'user_dump_dest';
    Please help us on how to resolve this issue. we are using Oracle Apps R 12.1.2 version.
    Thanks in advance
    Raghava

    Before logging out we suspect that he closed the browser instead of logout link.
    What if you make the user logout, can you reproduce the issue then?
    We have verified the profile options for this user and found that value is cleared for profile Initialization SQL Statement - Custom.
    How do you know that the files were generated for this user and because of this profile option? Have you verified profile options for all users at all level?
    Thanks,
    Hussein

Maybe you are looking for

  • Dsatsource /ODS/Cube for Open PR and Open PO"

    Dear Experts I want to build a report in which I need to show "Open PR and Open PO" but I could not locate these fields in the BW CUBE / ODS / DATASOURCES. Can anybody tell me where I can find these fields.......... Dinesh Sharma

  • Difference between FAGLL03 and FBL3n

    Hi My user is taking report for GL line items for 5 GL Accounts for 3 company codes for the month of July (Tcode: FAGLL03 and FBL3n). But in FBL3n, there are 5 items and in FAGLL03 there are only 3 line items. When i did from my id, it properly shown

  • How can I revert to Preview 5.5.3?

    I use Preview to make notes on PDFs and was happy with the format of 5.5.3. However, the presentation of the notes isn't compatible on everyone else's computer and I was made aware of a feature in Preview 6.0.1 that allows the printing ofnotes which

  • FPM - Trying to get it work on Service Pack 13

    I came across the FPM today. Since I had to create a new simple application today I gave FPM a try. Basically my application would contain two views: 1. A tree illustrating a HR organisation structure 2. A table listing documents based on entry selec

  • What's wrong with my alignment?

    http://www.whsprx.com/index8-16.html the navigation tabs at the top of my page are a SWF. the table/cell it's in has no padding or spacing or anything, but it's not flush against the right and bottom of the banner like i want it to be. i looked in my