DBA Data[Home] [Help]

APPS.PA_XLA_INTF_REV_EVENTS dependencies on PA_LOOKUPS

Line 96: from pa_lookups

92: END IF;
93:
94: select meaning
95: into l_reject_reason
96: from pa_lookups
97: where lookup_type = 'TRANSFER REJECTION REASON'
98: and lookup_code = 'PA_SLA_AC_CR_FAIL';
99:
100: OPEN c_ledger;