DBA Data[Home] [Help]

APPS.OZF_ACTBUDGETRULES_PVT dependencies on AMS_DELIVERABLES_VL

Line 534: FROM ams_deliverables_vl

530: WHERE event_offer_id = p_object_id;
531:
532: CURSOR c_deliverable (p_object_id IN NUMBER) IS
533: SELECT custom_setup_id, owner_user_id
534: FROM ams_deliverables_vl
535: WHERE deliverable_id = p_object_id;
536:
537: CURSOR c_fund (p_object_id IN NUMBER) IS
538: SELECT custom_setup_id, owner

Line 753: FROM ams_deliverables_vl

749: WHERE event_offer_id = p_object_id;
750:
751: CURSOR c_deliverable IS
752: SELECT budget_amount_tc, status_code
753: FROM ams_deliverables_vl
754: WHERE deliverable_id = p_object_id;
755:
756: -- this amount column would change
757: CURSOR c_offer IS