DBA Data[Home] [Help]

APPS.JAI_AP_ILA_TRIGGER_PKG dependencies on PO_HEADERS_ALL

Line 90: FROM Po_Headers_All

86: CURSOR fetch_inv_org_id_cur IS
87: SELECT Inventory_Organization_Id
88: FROM Hr_Locations
89: WHERE Location_Id = ( SELECT Ship_To_Location_Id
90: FROM Po_Headers_All
91: WHERE Po_Header_Id = ( SELECT Po_Header_Id
92: FROM Po_Distributions_All
93: WHERE Po_Distribution_Id = pr_new.Po_Distribution_Id
94: )