DBA Data[Home] [Help]

APPS.ARP_RECEIPTS_MAIN dependencies on FND_FLEX_KEYVAL

Line 3451: IF fnd_flex_keyval.validate_ccid(

3447: g_ae_line_tbl(g_ae_line_ctr).source_table := p_ae_line_rec.source_table;
3448:
3449: /*bug6024475 Passing the value of l_account after checking its validty and values of flags */
3450: if (l_replace_default_account and l_account_valid and l_account>0) then
3451: IF fnd_flex_keyval.validate_ccid(
3452: appl_short_name => 'SQLGL',
3453: key_flex_code => 'GL#',
3454: structure_number => arp_global.chart_of_accounts_id,
3455: combination_id => l_account) THEN