DBA Data[Home] [Help]

APPS.IGW_BUDGET_OPERATIONS dependencies on IGW_EXPENDITURE_TYPES_V

Line 16: from igw_expenditure_types_v

12: l_expenditure_category := p_expenditure_type;
13: elsif p_expenditure_category_flag = 'N' then
14: select expenditure_category
15: into l_expenditure_category
16: from igw_expenditure_types_v
17: where expenditure_type = p_expenditure_type;
18: end if;
19:
20: select '1'