DBA Data[Home] [Help]

APPS.PAY_CE_SUPPORT_PKG dependencies on PAY_CE_RECONCILED_PAYMENTS

Line 179: pay_ce_reconciled_payments pcrp

175: select
176: hrl.meaning
177: from
178: hr_lookups hrl,
179: pay_ce_reconciled_payments pcrp
180: where
181: hrl.lookup_code = pcrp.status_code
182: and pcrp.assignment_action_id = p_payment_id
183: and hrl.lookup_type = 'RECON_STATUS';