DBA Data[Home] [Help]

APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_BUDGET_DETAILS

Line 727: from igw_budget_details pbd,

723:
724:
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'