DBA Data[Home] [Help]

APPS.INV_TRANSACTION_FLOW_PUB dependencies on FND_FLEX_KEYVAL

Line 2697: fnd_flex_keyval.validate_ccid

2693: --Do nothing
2694: NULL;
2695: ELSE
2696: l_valid_ccid :=
2697: fnd_flex_keyval.validate_ccid
2698: (appl_short_name => 'SQLGL',
2699: key_flex_code => 'GL#',
2700: structure_number => l_chart_of_accounts_id,
2701: combination_id => p_freight_code_combination_id,

Line 2719: fnd_flex_keyval.validate_ccid

2715: --Do nothing
2716: NULL;
2717: ELSE
2718: l_valid_ccid :=
2719: fnd_flex_keyval.validate_ccid
2720: (appl_short_name => 'SQLGL',
2721: key_flex_code => 'GL#',
2722: structure_number => l_ship_chart_of_accounts_id,
2723: combination_id => p_intercompany_cogs_account_id,

Line 2740: fnd_flex_keyval.validate_ccid

2736: --Do nothing
2737: NULL;
2738: ELSE
2739: l_valid_ccid :=
2740: fnd_flex_keyval.validate_ccid
2741: (appl_short_name => 'SQLGL',
2742: key_flex_code => 'GL#',
2743: structure_number => l_chart_of_accounts_id,
2744: combination_id => p_inventory_accrual_account_id,

Line 2761: fnd_flex_keyval.validate_ccid

2757: --Do nothing
2758: NULL;
2759: ELSE
2760: l_valid_ccid :=
2761: fnd_flex_keyval.validate_ccid
2762: (appl_short_name => 'SQLGL',
2763: key_flex_code => 'GL#',
2764: structure_number => l_chart_of_accounts_id,
2765: combination_id => p_expense_accrual_account_id,