DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV dependencies on PO_ORGS_SV

Line 444: po_orgs_sv.derive_org_info(ship_to_org_record);

440: IF (g_asn_debug = 'Y') THEN
441: asn_debug.put_line('Into Derive Organization Record Procedure');
442: END IF;
443:
444: po_orgs_sv.derive_org_info(ship_to_org_record);
445:
446: IF (g_asn_debug = 'Y') THEN
447: asn_debug.put_line('Debug Output after organization procedure');
448: asn_debug.put_line(ship_to_org_record.organization_code);

Line 836: po_orgs_sv.derive_org_info(ship_to_org_record);

832: IF (g_asn_debug = 'Y') THEN
833: asn_debug.put_line('In From Organization Procedure');
834: END IF;
835:
836: po_orgs_sv.derive_org_info(ship_to_org_record);
837:
838: IF (g_asn_debug = 'Y') THEN
839: asn_debug.put_line('From organization code ' || ship_to_org_record.organization_code);
840: asn_debug.put_line('From organization id ' || TO_CHAR(ship_to_org_record.organization_id));

Line 872: po_orgs_sv.derive_org_info(ship_to_org_record);

868: IF (g_asn_debug = 'Y') THEN
869: asn_debug.put_line('In Intransit Owning Org Record Procedure');
870: END IF;
871:
872: po_orgs_sv.derive_org_info(ship_to_org_record);
873:
874: IF (g_asn_debug = 'Y') THEN
875: asn_debug.put_line('Intransit organization code ' || ship_to_org_record.organization_code);
876: asn_debug.put_line('Intransit organization id ' || TO_CHAR(ship_to_org_record.organization_id));