DBA Data[Home] [Help]

APPS.GMS_PA_API3 dependencies on PA_EXPENDITURE_TYPES

Line 1090: pa_expenditure_types pet

1086: pa_compiled_multipliers cm,
1087: pa_ind_cost_codes icc,
1088: pa_ind_rate_schedules_all_bg irs,
1089: pa_ind_compiled_sets ics,
1090: pa_expenditure_types pet
1091: WHERE cbet.cost_base_type = 'INDIRECT COST'
1092: and pa_currency.round_currency_amt(nvl(l_burdenable_raw_cost(indx),0) * cm.compiled_multiplier) <> 0 --added for bug 6271366
1093: -- and l_acct_raw_cost(indx) <> 0
1094: and ics.ind_compiled_set_id = l_ind_compiled_set_id(indx)

Line 1664: pa_expenditure_types pet

1660: pa_compiled_multipliers cm,
1661: pa_ind_cost_codes icc,
1662: pa_ind_rate_schedules_all_bg irs,
1663: pa_ind_compiled_sets ics,
1664: pa_expenditure_types pet
1665: WHERE cbet.cost_base_type = 'INDIRECT COST'
1666: and pa_currency.round_currency_amt(nvl(l_burdenable_raw_cost(indx),0) * cm.compiled_multiplier) <> 0 --added for bug 6271366
1667: and l_acct_raw_cost(indx) <> 0
1668: and ics.ind_compiled_set_id = l_ind_compiled_set_id(indx)

Line 2268: pa_expenditure_types pet

2264: pa_compiled_multipliers cm,
2265: pa_ind_cost_codes icc,
2266: pa_ind_rate_schedules_all_bg irs,
2267: pa_ind_compiled_sets ics,
2268: pa_expenditure_types pet
2269: WHERE cbet.cost_base_type = 'INDIRECT COST'
2270: and pa_currency.round_currency_amt(nvl(l_burdenable_raw_cost(indx),0) * cm.compiled_multiplier) <> 0 --added for bug 6271366
2271: and l_acct_raw_cost(indx) <> 0
2272: and ics.ind_compiled_set_id = l_ind_compiled_set_id(indx)