DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on FND_FLEX_KEYVAL

Line 5319: fnd_flex_keyval.validate_ccid(

5315:
5316: FOR cItemFlexRec IN cItemFlex
5317: LOOP
5318: IF (
5319: fnd_flex_keyval.validate_ccid(
5320: appl_short_name => 'INV',
5321: key_flex_code => l_so_id_flex_code,
5322: structure_number => 101,
5323: data_set => pg_so_org_id,

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

5325: combination_id => cItemFlexRec.inventory_item_id)
5326: = TRUE )
5327: THEN
5328: -- check whether invoice_enable_flag is 'Y'
5329: IF fnd_flex_keyval.column_value(1) <> 'Y'
5330: THEN
5331: INSERT into ar_trx_errors_gt (
5332: trx_header_id,
5333: trx_line_id,

Line 5398: IF ( fnd_flex_keyval.validate_ccid(

5394: x_return_status := FND_API.G_RET_STS_SUCCESS;
5395:
5396: FOR cTerritoryRec IN cTerritory
5397: LOOP
5398: IF ( fnd_flex_keyval.validate_ccid(
5399: appl_short_name => 'AR',
5400: key_flex_code => 'CT#',
5401: structure_number => 101,
5402: combination_id => cTerritoryRec.territory_id)

Line 6723: IF NOT fnd_flex_keyval.validate_ccid (

6719: END IF;
6720: x_return_status := FND_API.G_RET_STS_SUCCESS;
6721: FOR CccidRec IN Cccid
6722: LOOP
6723: IF NOT fnd_flex_keyval.validate_ccid (
6724: appl_short_name => 'SQLGL',
6725: key_flex_code => 'GL#',
6726: structure_number => ARP_GLOBAL.chart_of_accounts_id,
6727: combination_id => CccidRec.code_combination_id )