DBA Data[Home] [Help]

APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_BUDGETS

Line 714: from igw_budgets

710: total_direct_cost,
711: total_indirect_cost,
712: cost_sharing_amount,
713: underrecovery_amount
714: from igw_budgets
715: where proposal_id = g_proposal_id
716: and final_version_flag = 'Y';
717:
718:

Line 729: igw_budgets pbu

725: cursor get_expenditure_cat_type(exp_cat_flag in varchar2) is
726: select 'x'
727: from igw_budget_details pbd,
728: igw_budget_periods pbp,
729: igw_budgets pbu
730: where pbu.proposal_id = g_proposal_id
731: and pbu.final_version_flag = 'Y'
732: and pbu.proposal_id = pbp.proposal_id
733: and pbu.version_id = pbp.version_id

Line 750: igw_budgets pbu

746:
747: cursor get_overhead_rate_deviation is
748: select 'x'
749: from igw_prop_rates ppr,
750: igw_budgets pbu
751: where pbu.proposal_id = g_proposal_id
752: and pbu.final_version_flag = 'Y'
753: and pbu.proposal_id = ppr.proposal_id
754: and pbu.version_id = ppr.version_id