DBA Data[Home] [Help]

APPS.MSC_SATP_FUNC dependencies on PO_LOCATION_ASSOCIATIONS

Line 34: from PO_LOCATION_ASSOCIATIONS

30: -- Bug 2793404, Bug discovered by Sony
31: -- bug 2974334. Change the SQL into static.
32: select location_id
33: into l_location_id
34: from PO_LOCATION_ASSOCIATIONS
35: where SITE_USE_ID = p_customer_site_id;
36:
37: -- End Bug 2793404
38: