DBA Data[Home] [Help]

APPS.IGW_BUDGET_OPERATIONS dependencies on IGW_PROP_RATES

Line 703: from igw_prop_rates

699: and version_id = l_version_id;
700:
701: cursor c_prop_rates is
702: select *
703: from igw_prop_rates
704: where proposal_id = p_proposal_id
705: and version_id = l_version_id;
706:
707: l_target_version_id NUMBER(4);

Line 1036: insert into igw_prop_rates( proposal_id

1032:
1033: for rec_prop_rates in c_prop_rates
1034: LOOP
1035:
1036: insert into igw_prop_rates( proposal_id
1037: ,version_id
1038: ,rate_class_id
1039: ,rate_type_id
1040: ,fiscal_year