DBA Data[Home] [Help]

APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_BUDGETS

Line 726: from igw_budgets

722: total_direct_cost,
723: total_indirect_cost,
724: cost_sharing_amount,
725: underrecovery_amount
726: from igw_budgets
727: where proposal_id = g_proposal_id
728: and final_version_flag = 'Y';
729:
730:

Line 741: igw_budgets pbu

737: cursor get_expenditure_cat_type(exp_cat_flag in varchar2) is
738: select 'x'
739: from igw_budget_details pbd,
740: igw_budget_periods pbp,
741: igw_budgets pbu
742: where pbu.proposal_id = g_proposal_id
743: and pbu.final_version_flag = 'Y'
744: and pbu.proposal_id = pbp.proposal_id
745: and pbu.version_id = pbp.version_id

Line 762: igw_budgets pbu

758:
759: cursor get_overhead_rate_deviation is
760: select 'x'
761: from igw_prop_rates ppr,
762: igw_budgets pbu
763: where pbu.proposal_id = g_proposal_id
764: and pbu.final_version_flag = 'Y'
765: and pbu.proposal_id = ppr.proposal_id
766: and pbu.version_id = ppr.version_id