DBA Data[Home] [Help]

APPS.AR_REVENUE_ADJUSTMENT_PVT dependencies on FND_FLEX_KEYVAL

Line 2913: If (fnd_flex_keyval.validate_ccid (appl_short_name => 'SQLGL',

2909:
2910: /*Bug 13924828 */
2911: for rec in c1 loop
2912:
2913: If (fnd_flex_keyval.validate_ccid (appl_short_name => 'SQLGL',
2914: key_flex_code => 'GL#',
2915: structure_number => ARP_GLOBAL.chart_of_accounts_id,
2916: combination_id => rec.code_combination_id)
2917: and nvl(fnd_flex_keyval.start_date,rec.gl_date) <= rec.gl_date

Line 2917: and nvl(fnd_flex_keyval.start_date,rec.gl_date) <= rec.gl_date

2913: If (fnd_flex_keyval.validate_ccid (appl_short_name => 'SQLGL',
2914: key_flex_code => 'GL#',
2915: structure_number => ARP_GLOBAL.chart_of_accounts_id,
2916: combination_id => rec.code_combination_id)
2917: and nvl(fnd_flex_keyval.start_date,rec.gl_date) <= rec.gl_date
2918: and nvl(fnd_flex_keyval.end_date,rec.gl_date) >= rec.gl_date
2919: and fnd_flex_keyval.enabled_flag = TRUE
2920: and rec.override_auto_accounting_flag = 'Y') then
2921:

Line 2918: and nvl(fnd_flex_keyval.end_date,rec.gl_date) >= rec.gl_date

2914: key_flex_code => 'GL#',
2915: structure_number => ARP_GLOBAL.chart_of_accounts_id,
2916: combination_id => rec.code_combination_id)
2917: and nvl(fnd_flex_keyval.start_date,rec.gl_date) <= rec.gl_date
2918: and nvl(fnd_flex_keyval.end_date,rec.gl_date) >= rec.gl_date
2919: and fnd_flex_keyval.enabled_flag = TRUE
2920: and rec.override_auto_accounting_flag = 'Y') then
2921:
2922: l_ccid := rec.code_combination_id;

Line 2919: and fnd_flex_keyval.enabled_flag = TRUE

2915: structure_number => ARP_GLOBAL.chart_of_accounts_id,
2916: combination_id => rec.code_combination_id)
2917: and nvl(fnd_flex_keyval.start_date,rec.gl_date) <= rec.gl_date
2918: and nvl(fnd_flex_keyval.end_date,rec.gl_date) >= rec.gl_date
2919: and fnd_flex_keyval.enabled_flag = TRUE
2920: and rec.override_auto_accounting_flag = 'Y') then
2921:
2922: l_ccid := rec.code_combination_id;
2923: else