DBA Data[Home] [Help]

APPS.POS_ASN_NOTIF dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 797: ship_to_org org_organization_definitions.ORGANIZATION_CODE%type

793: ship_qty rcv_transactions_interface.quantity%TYPE,
794: --rcvd_qty po_line_locations_all.quantity_received%type,
795: rcvd_qty NUMBER,
796: ship_to rcv_transactions_interface.ship_to_location_code%type,
797: ship_to_org org_organization_definitions.ORGANIZATION_CODE%type
798: );
799:
800: NL VARCHAR2(1) := fnd_global.newline;
801: l_document VARCHAR2(32000) := '';

Line 859: org_organization_definitions ood,po_releases_all prl,

855: NVL( HRL.LOCATION_CODE,
856: SUBSTR(RTRIM(HZ.ADDRESS1)||'-'||RTRIM(HZ.CITY),1,20)) ship_to_location_code,
857: ood.ORGANIZATION_CODE ORGANIZATION_CODE
858: FROM rcv_transactions_interface rti, rcv_headers_interface rhi ,
859: org_organization_definitions ood,po_releases_all prl,
860: po_line_locations_all pll,po_lines_all pola,po_headers_all ph,
861: hr_locations_all_tl hrl, hz_locations hz
862: WHERE rhi.header_interface_id=rti.header_interface_id and
863: rhi.shipment_num= p_shipment_num and

Line 891: org_organization_definitions ood,po_releases_all prl,

887: NVL( HRL.LOCATION_CODE,
888: SUBSTR(RTRIM(HZ.ADDRESS1)||'-'||RTRIM(HZ.CITY),1,20)) ship_to_location_code,
889: ood.ORGANIZATION_CODE ORGANIZATION_CODE
890: FROM rcv_shipment_lines rsl, rcv_shipment_headers rsh ,
891: org_organization_definitions ood,po_releases_all prl,
892: po_line_locations_all pll,po_lines_all pola,po_headers_all ph,
893: hr_locations_all_tl hrl,hz_locations hz
894: WHERE rsh.shipment_header_id=rsl.shipment_header_id and
895: rsh.shipment_num= p_shipment_num and