DBA Data[Home] [Help]

APPS.JL_AR_AP_AWT_REPORTS_PKG dependencies on HR_ORGANIZATION_UNITS

Line 333: hr_organization_units org

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
337: ------------------------------------------------------------------------------------------