DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on FND_FLEX_KEYVAL

Line 3509: IF NOT fnd_flex_keyval.validate_ccid

3505: AND ffs.id_flex_code = 'GL#'
3506: AND ood.chart_of_accounts_id = ffs.id_flex_num;
3507:
3508: -- call fnd api to validate the account id
3509: IF NOT fnd_flex_keyval.validate_ccid
3510: (
3511: 'SQLGL'
3512: , 'GL#'
3513: , l_structure_num

Line 3538: IF NOT fnd_flex_keyval.validate_ccid

3534: IF p_demand_source_type_id
3535: = inv_reservation_global.g_source_type_account_alias
3536: THEN
3537: IF p_demand_source_header_id IS NOT NULL THEN
3538: IF NOT fnd_flex_keyval.validate_ccid
3539: (
3540: appl_short_name => 'INV'
3541: , key_flex_code => 'MDSP'
3542: , structure_number => 101