DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on FND_FLEX_KEYVAL

Line 5447: fnd_flex_keyval.validate_ccid(

5443:
5444: FOR cItemFlexRec IN cItemFlex
5445: LOOP
5446: IF (
5447: fnd_flex_keyval.validate_ccid(
5448: appl_short_name => 'INV',
5449: key_flex_code => l_so_id_flex_code,
5450: structure_number => 101,
5451: data_set => pg_so_org_id,

Line 5457: IF fnd_flex_keyval.column_value(1) <> 'Y'

5453: combination_id => cItemFlexRec.inventory_item_id)
5454: = TRUE )
5455: THEN
5456: -- check whether invoice_enable_flag is 'Y'
5457: IF fnd_flex_keyval.column_value(1) <> 'Y'
5458: THEN
5459: INSERT into ar_trx_errors_gt (
5460: trx_header_id,
5461: trx_line_id,

Line 5526: IF ( fnd_flex_keyval.validate_ccid(

5522: x_return_status := FND_API.G_RET_STS_SUCCESS;
5523:
5524: FOR cTerritoryRec IN cTerritory
5525: LOOP
5526: IF ( fnd_flex_keyval.validate_ccid(
5527: appl_short_name => 'AR',
5528: key_flex_code => 'CT#',
5529: structure_number => 101,
5530: combination_id => cTerritoryRec.territory_id)

Line 7047: IF NOT fnd_flex_keyval.validate_ccid (

7043: END IF;
7044: x_return_status := FND_API.G_RET_STS_SUCCESS;
7045: FOR CccidRec IN Cccid
7046: LOOP
7047: IF NOT fnd_flex_keyval.validate_ccid (
7048: appl_short_name => 'SQLGL',
7049: key_flex_code => 'GL#',
7050: structure_number => ARP_GLOBAL.chart_of_accounts_id,
7051: combination_id => CccidRec.code_combination_id )