DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on PO_ORGS_SV

Line 877: po_orgs_sv.derive_org_info(ship_to_org_record);

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

Line 930: po_orgs_sv.derive_org_info(transit_org_record);

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