DBA Data[Home] [Help]

APPS.IGW_OVERHEAD_CAL dependencies on IGW_BUDGET_EXPENDITURES_V

Line 68: from igw_budget_expenditures_v

64: BEGIN
65: if p_expenditure_category_flag = 'N' then
66: select parent_category
67: into l_parent_category
68: from igw_budget_expenditures_v
69: where budget_expenditure = p_expenditure_type
70: and expenditure_category_flag = p_expenditure_category_flag
71: and parent_category is not null;
72: elsif p_expenditure_category_flag = 'Y' then