DBA Data[Home] [Help]

APPS.AHL_PRD_UTIL_PKG dependencies on MTL_TRANSACTION_REASONS

Line 119: from MTL_TRANSACTION_REASONS

115:
116: AS
117: CURSOR ahl_reason_csr (p_reason_id number) IS
118: select 'x'
119: from MTL_TRANSACTION_REASONS
120: where reason_id=p_reason_id
121: and nvl(disable_date, sysdate) >= sysdate;
122:
123: l_junk varchar2(1) := null;