DBA Data[Home] [Help]

APPS.POS_ASN_NOTIF dependencies on RCV_TRANSACTIONS_INTERFACE

Line 325: FROM RCV_TRANSACTIONS_INTERFACE RTI,

321:
322: -- changed cursor re bug 2876139
323: CURSOR asn_buyer(v_shipment_num varchar2,v_vendor_id number,v_vendor_site_id number) is
324: SELECT NVL(POR.AGENT_ID,POH.AGENT_ID)
325: FROM RCV_TRANSACTIONS_INTERFACE RTI,
326: RCV_HEADERS_INTERFACE RHI,
327: PO_HEADERS_ALL POH,
328: PO_RELEASES_ALL POR
329: WHERE POH.PO_HEADER_ID = RTI.PO_HEADER_ID AND

Line 627: ship_qty rcv_transactions_interface.quantity%TYPE,

623: item_num varchar2(80),
624: item_desc po_lines_all.item_description%TYPE,
625: uom po_lines_all.unit_meas_lookup_code%TYPE,
626: order_qty po_line_locations_all.quantity%TYPE,
627: ship_qty rcv_transactions_interface.quantity%TYPE,
628: --rcvd_qty po_line_locations_all.quantity_received%type,
629: rcvd_qty NUMBER,
630: ship_to rcv_transactions_interface.ship_to_location_code%type,
631: ship_to_org org_organization_definitions.ORGANIZATION_CODE%type

Line 630: ship_to rcv_transactions_interface.ship_to_location_code%type,

626: order_qty po_line_locations_all.quantity%TYPE,
627: ship_qty rcv_transactions_interface.quantity%TYPE,
628: --rcvd_qty po_line_locations_all.quantity_received%type,
629: rcvd_qty NUMBER,
630: ship_to rcv_transactions_interface.ship_to_location_code%type,
631: ship_to_org org_organization_definitions.ORGANIZATION_CODE%type
632: );
633:
634: NL VARCHAR2(1) := fnd_global.newline;

Line 682: FROM rcv_transactions_interface rti, rcv_headers_interface rhi ,

678: pll.quantity_received QUANTITY_RECEIVED,
679: NVL( HRL.LOCATION_CODE,
680: SUBSTR(RTRIM(HZ.ADDRESS1)||'-'||RTRIM(HZ.CITY),1,20)) ship_to_location_code,
681: ood.ORGANIZATION_CODE ORGANIZATION_CODE
682: FROM rcv_transactions_interface rti, rcv_headers_interface rhi ,
683: org_organization_definitions ood,po_releases_all prl,
684: po_line_locations_all pll,po_lines_all pola,po_headers_all ph,
685: hr_locations_all_tl hrl, hz_locations hz
686: WHERE rhi.header_interface_id=rti.header_interface_id and