DBA Data[Home] [Help]

APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_BUDGET_PERIODS

Line 740: igw_budget_periods pbp,

736:
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