DBA Data[Home] [Help]

APPS.AHL_PRD_UTIL_PKG dependencies on MTL_TRANSACTION_REASONS

Line 132: from MTL_TRANSACTION_REASONS

128:
129: AS
130: CURSOR ahl_reason_csr (p_reason_id number) IS
131: select 'x'
132: from MTL_TRANSACTION_REASONS
133: where reason_id=p_reason_id
134: and nvl(disable_date, sysdate) >= sysdate;
135:
136: l_junk varchar2(1) := null;