DBA Data[Home] [Help]

APPS.ARP_RECEIPTS_MAIN dependencies on FND_FLEX_KEYVAL

Line 3172: IF fnd_flex_keyval.validate_ccid(

3168: g_ae_line_tbl(g_ae_line_ctr).source_table := p_ae_line_rec.source_table;
3169:
3170: /*bug6024475 Passing the value of l_account after checking its validty and values of flags */
3171: if (l_replace_default_account and l_account_valid and l_account>0) then
3172: IF fnd_flex_keyval.validate_ccid(
3173: appl_short_name => 'SQLGL',
3174: key_flex_code => 'GL#',
3175: structure_number => arp_global.chart_of_accounts_id,
3176: combination_id => l_account) THEN