DBA Data[Home] [Help]

APPS.AHL_PRD_UTIL_PKG dependencies on MTL_MATERIAL_STATUSES

Line 88: from mtl_material_statuses

84: l_junk varchar2(1):= null;
85:
86: CURSOR ahl_condition_csr (p_condn_id number) IS
87: select 'x'
88: from mtl_material_statuses
89: where status_id=p_condn_id
90: and enabled_flag =1;
91: BEGIN
92: