DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_TYPES dependencies on DBMS_SQL

Line 138: intf_id_index DBMS_SQL.NUMBER_TABLE,

134:
135: -- attributes added for processing purpose
136: error_flag VARCHAR2(1),
137: rec_count NUMBER,
138: intf_id_index DBMS_SQL.NUMBER_TABLE,
139:
140: -- vendor related attributes
141: ship_via_lookup_code PO_HEADERS_ALL.ship_via_lookup_code%TYPE,
142: type_1099 po_vendors.type_1099%type,

Line 396: intf_id_index_tbl DBMS_SQL.NUMBER_TABLE,

392: error_flag_tbl PO_TBL_VARCHAR1,
393: need_to_reject_flag_tbl PO_TBL_VARCHAR1,
394: allow_desc_update_flag_tbl PO_TBL_VARCHAR1,
395: rec_count NUMBER,
396: intf_id_index_tbl DBMS_SQL.NUMBER_TABLE,
397:
398: -- CLM specific attributes
399: clm_min_total_amount_tbl PO_TBL_NUMBER,
400: clm_max_total_amount_tbl PO_TBL_NUMBER,

Line 570: intf_id_index_tbl DBMS_SQL.NUMBER_TABLE

566: -- attributes added for processing purpose
567: shipment_num_unique_tbl PO_TBL_VARCHAR1,
568: error_flag_tbl PO_TBL_VARCHAR1,
569: rec_count NUMBER,
570: intf_id_index_tbl DBMS_SQL.NUMBER_TABLE
571:
572: -- ATTENTION: If you are adding new attributes to this record type, see
573: -- the message above first.
574: );

Line 853: source_tbl DBMS_SQL.VARCHAR2_TABLE,

849: draft_id_tbl PO_TBL_NUMBER,
850:
851: -- attributes added for processing purpose
852: attribute_values_id_tbl PO_TBL_NUMBER,
853: source_tbl DBMS_SQL.VARCHAR2_TABLE,
854: error_flag_tbl PO_TBL_VARCHAR1,
855:
856: rec_count NUMBER
857:

Line 887: source_tbl DBMS_SQL.VARCHAR2_TABLE,

883:
884: -- attributes added for processing purpose
885: error_flag_tbl PO_TBL_VARCHAR1,
886: attribute_values_tlp_id_tbl PO_TBL_NUMBER,
887: source_tbl DBMS_SQL.VARCHAR2_TABLE,
888:
889: rec_count NUMBER
890:
891: -- ATTENTION: If you are adding new attributes to this record type, see