DBA Data[Home] [Help]

APPS.JL_AR_AP_AWT_REPORTS_PKG dependencies on IBY_PAYMENTS_ALL

Line 332: From iby_payments_all ipa,

328: -- Since payment_instruction is not unique in the table I am doing
329: -- a distinct
330: Cursor C_Location Is
331: Select distinct location_id
332: From iby_payments_all ipa,
333: hr_organization_units org
334: Where ipa.payment_instruction_id = p_payment_instruction_id
335: And org.organization_id = ipa.org_id;
336: -- Bug 10157541 End