DBA Data[Home] [Help]

APPS.IGW_REPORT_PROCESSING dependencies on IGW_BUDGET_PERIODS

Line 386: from igw_budget_periods

382: cursor c_no_of_periods is
383: select budget_period_id
384: , start_date
385: , end_date
386: from igw_budget_periods
387: where proposal_id = p_proposal_id
388: and version_id = l_version_id;
389:
390: l_base_amount NUMBER;

Line 428: from igw_budget_periods

424: and pbcv.oh_applied_flag = 'Y';
425:
426: select total_indirect_cost
427: into l_total_indirect_cost
428: from igw_budget_periods
429: where proposal_id = p_proposal_id
430: and version_id = l_version_id
431: and budget_period_id = rec_no_of_periods.budget_period_id;
432:

Line 575: from igw_budget_periods

571:
572:
573: cursor c_budget_period is
574: select budget_period_id
575: from igw_budget_periods
576: where proposal_id = p_proposal_id
577: and version_id = l_version_id;
578:
579: l_budget_category VARCHAR2(80);