DBA Data[Home] [Help]

APPS.PSB_WS_ACCT2 dependencies on FND_PROFILE

Line 987: FND_PROFILE.GET( name => 'PSB_GL_MAP_CRITERIA' ,

983: -- Date for a GL Period should be within a PSB Budget Period specified by
984: -- Start and End Dates; 'E' indicates that the End Date for a GL Period
985: -- should be within a PSB Budget Period specified by Start and End Dates.
986:
987: FND_PROFILE.GET( name => 'PSB_GL_MAP_CRITERIA' ,
988: val => g_map_criteria ) ;
989: if g_map_criteria is null then
990: g_map_criteria := 'S';
991: end if;

Line 997: FND_PROFILE.GET

993:
994: -- Create Zero Balances Profile Option : this specifies whether non-Position
995: -- CCIDs with zero YTD Amounts should be created in PSB_WS_ACCOUNT_LINES
996:
997: FND_PROFILE.GET
998: (name => 'PSB_CREATE_ZERO_BALANCE_ACCT',
999: val => g_create_zero_bal);
1000:
1001: if g_create_zero_bal is null then

Line 2343: FND_PROFILE.GET

2339: /* Bug 3543845: Reactivate the following statements, use g_create_zero_bal
2340: and add a new condition to improve performance
2341: */
2342: IF g_create_zero_bal is null THEN
2343: FND_PROFILE.GET
2344: ( name => 'PSB_CREATE_ZERO_BALANCE_ACCT' ,
2345: val => g_create_zero_bal ) ;
2346:
2347: if g_create_zero_bal is null then

Line 2696: FND_PROFILE.GET( name => 'PSB_GL_MAP_CRITERIA',

2692: -- Date for a GL Period should be within a PSB Budget Period specified by
2693: -- Start and End Dates; 'E' indicates that the End Date for a GL Period
2694: -- should be within a PSB Budget Period specified by Start and End Dates.
2695: --
2696: FND_PROFILE.GET( name => 'PSB_GL_MAP_CRITERIA',
2697: val => g_map_criteria ) ;
2698: --
2699: if g_map_criteria is null then
2700: g_map_criteria := 'S';

Line 2707: FND_PROFILE.GET ( name => 'PSB_CREATE_ZERO_BALANCE_ACCT',

2703: --
2704: -- Create Zero Balances Profile: this specifies whether CCIDs with Zero
2705: -- YTD Balances must be created
2706: --
2707: FND_PROFILE.GET ( name => 'PSB_CREATE_ZERO_BALANCE_ACCT',
2708: val => g_create_zero_bal ) ;
2709: --
2710: if g_create_zero_bal is null then
2711: -- Bug 3548345: Change efault behavior to not creating zero balance

Line 4647: FND_PROFILE.GET

4643:
4644: -- Create Zero Balances Profile Option
4645: if g_create_zero_bal is null then
4646:
4647: FND_PROFILE.GET
4648: (name => 'PSB_CREATE_ZERO_BALANCE_ACCT',
4649: val => g_create_zero_bal);
4650:
4651: if g_create_zero_bal is null then