DBA Data[Home] [Help]

APPS.PA_PROCESS_CI_LINES_PKG dependencies on PA_BUDGET_VERSIONS

Line 176: and ci_id = (select ci_id from pa_budget_versions where budget_version_id = p_bvid)

172: from pa_ci_direct_cost_details
173: where task_id = c_task_id
174: and resource_list_member_id = c_rlmi_id
175: and currency_code = c_currency_code
176: and ci_id = (select ci_id from pa_budget_versions where budget_version_id = p_bvid)
177: and burden_cost_rate is not null;
178:
179: cursor get_sc_burden_cost_rate(c_task_id number,
180: c_rlmi_id number,

Line 187: and ci_id = (select ci_id from pa_budget_versions where budget_version_id = p_bvid)

183: from pa_ci_supplier_details
184: where task_id = c_task_id
185: and resource_list_member_id = c_rlmi_id
186: and currency_code = c_currency_code
187: and ci_id = (select ci_id from pa_budget_versions where budget_version_id = p_bvid)
188: and burdened_cost is not null and raw_cost is not null;
189:
190: l_burden_cost_rate number;
191: