DBA Data[Home] [Help]

APPS.GMS_PA_API3 dependencies on PA_EXPENDITURE_TYPES

Line 1088: pa_expenditure_types pet

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

Line 1662: pa_expenditure_types pet

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

Line 2266: pa_expenditure_types pet

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