DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on ECE_TP_DETAILS

Line 5580: l_tp_header_id ece_tp_details.tp_header_id%TYPE;

5576:
5577: l_purchasing_org_id po_headers_all.org_id%TYPE; --
5578:
5579: /* BUG 4638656 */
5580: l_tp_header_id ece_tp_details.tp_header_id%TYPE;
5581: l_edi_flag ece_tp_details.edi_flag%TYPE;
5582: l_transaction_subtype ece_tp_details.document_id%TYPE;
5583: /* BUG 4638656 */
5584:

Line 5581: l_edi_flag ece_tp_details.edi_flag%TYPE;

5577: l_purchasing_org_id po_headers_all.org_id%TYPE; --
5578:
5579: /* BUG 4638656 */
5580: l_tp_header_id ece_tp_details.tp_header_id%TYPE;
5581: l_edi_flag ece_tp_details.edi_flag%TYPE;
5582: l_transaction_subtype ece_tp_details.document_id%TYPE;
5583: /* BUG 4638656 */
5584:
5585:

Line 5582: l_transaction_subtype ece_tp_details.document_id%TYPE;

5578:
5579: /* BUG 4638656 */
5580: l_tp_header_id ece_tp_details.tp_header_id%TYPE;
5581: l_edi_flag ece_tp_details.edi_flag%TYPE;
5582: l_transaction_subtype ece_tp_details.document_id%TYPE;
5583: /* BUG 4638656 */
5584:
5585:
5586:

Line 5700: from ece_tp_details etd,

5696: ph.agent_id
5697: into l_tp_header_id,
5698: l_edi_flag,
5699: x_preparer_id
5700: from ece_tp_details etd,
5701: po_vendor_sites pvs,
5702: po_vendors pv,
5703: po_headers ph
5704: where pv.vendor_id = pvs.vendor_id

Line 5728: from ece_tp_details etd,

5724: pr.agent_id
5725: into l_tp_header_id,
5726: l_edi_flag,
5727: x_preparer_id
5728: from ece_tp_details etd,
5729: po_vendor_sites pvs,
5730: po_vendors pv,
5731: po_headers ph ,
5732: po_releases pr