DBA Data[Home] [Help]

APPS.AHL_PRD_UTIL_PKG dependencies on MTL_MATERIAL_STATUSES

Line 101: from mtl_material_statuses

97: l_junk varchar2(1):= null;
98:
99: CURSOR ahl_condition_csr (p_condn_id number) IS
100: select 'x'
101: from mtl_material_statuses
102: where status_id=p_condn_id
103: and enabled_flag =1;
104: BEGIN
105: