DBA Data[Home] [Help]

APPS.RCV_HEADERS_INTERFACE_SV dependencies on PO_ORGS_SV

Line 85: po_orgs_sv.derive_org_info(ship_to_org_record);

81: IF (g_asn_debug = 'Y') THEN
82: asn_debug.put_line('In Ship to Organization Procedure');
83: END IF;
84:
85: po_orgs_sv.derive_org_info(ship_to_org_record);
86:
87: IF (g_asn_debug = 'Y') THEN
88: asn_debug.put_line(ship_to_org_record.organization_code);
89: asn_debug.put_line(TO_CHAR(ship_to_org_record.organization_id));

Line 109: po_orgs_sv.derive_org_info(from_org_record);

105: IF (g_asn_debug = 'Y') THEN
106: asn_debug.put_line('In From Organization Procedure');
107: END IF;
108:
109: po_orgs_sv.derive_org_info(from_org_record);
110:
111: IF (g_asn_debug = 'Y') THEN
112: asn_debug.put_line(from_org_record.organization_code);
113: asn_debug.put_line(TO_CHAR(from_org_record.organization_id));

Line 788: po_orgs_sv.validate_org_info(ship_to_org_record);

784: IF (g_asn_debug = 'Y') THEN
785: asn_debug.put_line('In Validate Ship to Organization Procedure');
786: END IF;
787:
788: po_orgs_sv.validate_org_info(ship_to_org_record);
789: p_header_record.error_record.error_status := ship_to_org_record.error_record.error_status;
790:
791: /* po_core_s doesn't follow error paradigm */
792: IF (ship_to_org_record.error_record.error_message = 'ORG_ID') THEN

Line 934: po_orgs_sv.validate_org_info(from_org_record);

930: IF (g_asn_debug = 'Y') THEN
931: asn_debug.put_line('In Validate From Organization Procedure');
932: END IF;
933:
934: po_orgs_sv.validate_org_info(from_org_record);
935: p_header_record.error_record.error_status := from_org_record.error_record.error_status;
936:
937: /* po_core_s doesn't follow error paradigm */
938: IF (from_org_record.error_record.error_message = 'ORG_ID') THEN