DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on FND_FLEX_KEYVAL

Line 3673: IF NOT fnd_flex_keyval.validate_ccid

3669: AND ffs.id_flex_code = 'GL#'
3670: AND ood.chart_of_accounts_id = ffs.id_flex_num;
3671:
3672: -- call fnd api to validate the account id
3673: IF NOT fnd_flex_keyval.validate_ccid
3674: (
3675: 'SQLGL'
3676: , 'GL#'
3677: , l_structure_num

Line 3702: IF NOT fnd_flex_keyval.validate_ccid

3698: IF p_demand_source_type_id
3699: = inv_reservation_global.g_source_type_account_alias
3700: THEN
3701: IF p_demand_source_header_id IS NOT NULL THEN
3702: IF NOT fnd_flex_keyval.validate_ccid
3703: (
3704: appl_short_name => 'INV'
3705: , key_flex_code => 'MDSP'
3706: , structure_number => 101