DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on PO_ORGS_SV

Line 876: po_orgs_sv.derive_org_info(ship_to_org_record);

872: IF (g_asn_debug = 'Y') THEN
873: asn_debug.put_line('Into Derive Organization Record Procedure');
874: END IF;
875:
876: po_orgs_sv.derive_org_info(ship_to_org_record);
877:
878: IF (g_asn_debug = 'Y') THEN
879: asn_debug.put_line('Debug Output after organization procedure');
880: asn_debug.put_line(ship_to_org_record.organization_code);

Line 929: po_orgs_sv.derive_org_info(transit_org_record);

925: IF (g_asn_debug = 'Y') THEN
926: asn_debug.put_line('In Intransit Owning Org Record Procedure');
927: END IF;
928:
929: po_orgs_sv.derive_org_info(transit_org_record);
930:
931: IF (g_asn_debug = 'Y') THEN
932: asn_debug.put_line('Intransit organization code ' || transit_org_record.organization_code);
933: asn_debug.put_line('Intransit organization id ' || TO_CHAR(transit_org_record.organization_id));