DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on ECE_TP_DETAILS

Line 5199: l_tp_header_id ece_tp_details.tp_header_id%TYPE;

5195:
5196: l_purchasing_org_id po_headers_all.org_id%TYPE; --
5197:
5198: /* BUG 4638656 */
5199: l_tp_header_id ece_tp_details.tp_header_id%TYPE;
5200: l_edi_flag ece_tp_details.edi_flag%TYPE;
5201: l_transaction_subtype ece_tp_details.document_id%TYPE;
5202: /* BUG 4638656 */
5203:

Line 5200: l_edi_flag ece_tp_details.edi_flag%TYPE;

5196: l_purchasing_org_id po_headers_all.org_id%TYPE; --
5197:
5198: /* BUG 4638656 */
5199: l_tp_header_id ece_tp_details.tp_header_id%TYPE;
5200: l_edi_flag ece_tp_details.edi_flag%TYPE;
5201: l_transaction_subtype ece_tp_details.document_id%TYPE;
5202: /* BUG 4638656 */
5203:
5204:

Line 5201: l_transaction_subtype ece_tp_details.document_id%TYPE;

5197:
5198: /* BUG 4638656 */
5199: l_tp_header_id ece_tp_details.tp_header_id%TYPE;
5200: l_edi_flag ece_tp_details.edi_flag%TYPE;
5201: l_transaction_subtype ece_tp_details.document_id%TYPE;
5202: /* BUG 4638656 */
5203:
5204:
5205:

Line 5319: from ece_tp_details etd,

5315: ph.agent_id
5316: into l_tp_header_id,
5317: l_edi_flag,
5318: x_preparer_id
5319: from ece_tp_details etd,
5320: po_vendor_sites pvs,
5321: po_vendors pv,
5322: po_headers ph
5323: where pv.vendor_id = pvs.vendor_id

Line 5347: from ece_tp_details etd,

5343: pr.agent_id
5344: into l_tp_header_id,
5345: l_edi_flag,
5346: x_preparer_id
5347: from ece_tp_details etd,
5348: po_vendor_sites pvs,
5349: po_vendors pv,
5350: po_headers ph ,
5351: po_releases pr