DBA Data[Home] [Help]

APPS.IGW_BUDGET_OPERATIONS dependencies on IGW_EXP_TYPE_RATE_TYPES

Line 22: from igw_exp_type_rate_types

18: end if;
19:
20: select '1'
21: into l_dummy
22: from igw_exp_type_rate_types
23: where expenditure_category = l_expenditure_category /* p_expenditure_type */
24: and rate_class_id = p_rate_class_id
25: and rate_type_id = p_rate_type_id
26: and rownum < 2;