DBA Data[Home] [Help]

APPS.AP_WEB_EXP_ITEM_UTIL dependencies on AP_POL_ITEMIZATIONS

Line 42: from ap_pol_itemizations pi

38: begin
39:
40: select count(1)
41: into l_count
42: from ap_pol_itemizations pi
43: where pi.itemization_parameter_id = p_parameter_id
44: and pi.parameter_id = g_exp_report_parameter_id;
45:
46: if l_count = 0 then