DBA Data[Home] [Help]

APPS.PA_FP_CONTROL_ITEMS_IMPACT_PKG dependencies on PA_CI_IMPACTS_PUB

Line 260: PA_CI_IMPACTS_pub.create_ci_impact(

256: (NVL(p_agreement_id,0) <> NVL(est_amt_rec.agreement_id,0) AND l_no_of_app_plan_types = 1 -- Modified for bug 5210100
257: AND p_fp_pref_code = 'COST_AND_REV_SAME') OR -- Modified for bug 6119004
258: NVL(l_est_equip_qty,0) <> NVL(est_amt_rec.est_equipment_quantity,0)
259: )THEN
260: PA_CI_IMPACTS_pub.create_ci_impact(
261: p_ci_id => p_ci_id,
262: p_impact_type_code => 'FINPLAN_COST',
263: p_status_code => 'CI_IMPACT_PENDING',
264: p_commit => 'F',

Line 295: PA_CI_IMPACTS_pub.create_ci_impact(

291: (p_button_pressed_from_page = 'REVENUE_EDIT' OR
292: p_button_pressed_from_page = 'ALL_EDIT' OR
293: NVL(p_agreement_id,0) <> NVL(est_amt_rec.agreement_id,0) OR
294: NVL(p_est_proj_revenue,0) <> NVL(est_amt_rec.est_project_revenue,0)) THEN
295: PA_CI_IMPACTS_pub.create_ci_impact(
296: p_ci_id => p_ci_id,
297: p_impact_type_code => 'FINPLAN_REVENUE',
298: p_status_code => 'CI_IMPACT_PENDING',
299: p_commit => 'F',