DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV1 dependencies on PO_ORGS_SV

Line 169: po_orgs_sv.get_org_info(X_ship_to_organization_id,

165: END IF;
166:
167: -- get the ship to org code based on ship to org
168: IF X_ship_to_organization_id is not null then
169: po_orgs_sv.get_org_info(X_ship_to_organization_id,
170: X_set_of_books_id,
171: X_ship_to_org_code ,
172: X_ship_to_org_name);
173: ELSE