DBA Data[Home] [Help]

APPS.POS_ASN_NOTIF dependencies on POS_GET

Line 849: pos_get.get_item_number(rti.item_id,ood.organization_id) ITEM_NUM,

845: DECODE(PRL.PO_RELEASE_ID,NULL,PH.clm_document_number,PH.clm_document_number || '-' || TO_CHAR(PRL.RELEASE_NUM)) PO_NUM,
846: ph.revision_num REVISION_NUM,
847: pola.line_num LINE_NUM,
848: pll.shipment_num SHIPMENT_NUM,
849: pos_get.get_item_number(rti.item_id,ood.organization_id) ITEM_NUM,
850: pola.item_description ITEM_DESC,
851: pola.unit_meas_lookup_code UOM,
852: pll.quantity QUANTITY_ORDERED,
853: rti.quantity QUANTITY_SHIPPED,

Line 881: pos_get.get_item_number(rsl.item_id,ood.organization_id) ITEM_NUM,

877: DECODE(PRL.PO_RELEASE_ID,NULL,PH.clm_document_number,PH.clm_document_number || '-' || TO_CHAR(PRL.RELEASE_NUM)) PO_NUM,
878: ph.revision_num REVISION_NUM,
879: pola.line_num LINE_NUM,
880: pll.shipment_num SHIPMENT_NUM,
881: pos_get.get_item_number(rsl.item_id,ood.organization_id) ITEM_NUM,
882: pola.item_description ITEM_DESC,
883: pola.unit_meas_lookup_code UOM,
884: pll.quantity QUANTITY_ORDERED,
885: rsl.quantity_shipped QUANTITY_SHIPPED,