DBA Data[Home] [Help]

APPS.PO_PDOI_TYPES dependencies on DBMS_SQL

Line 139: intf_id_index_tbl DBMS_SQL.NUMBER_TABLE

135:
136: -- attributes added for processing purpose
137: error_flag_tbl PO_TBL_VARCHAR1,
138: rec_count NUMBER,
139: intf_id_index_tbl DBMS_SQL.NUMBER_TABLE
140:
141: -- ATTENTION: If you are adding new attributes to this record type, see
142: -- the message above first.
143: );

Line 278: intf_id_index_tbl DBMS_SQL.NUMBER_TABLE

274: error_flag_tbl PO_TBL_VARCHAR1,
275: need_to_reject_flag_tbl PO_TBL_VARCHAR1,
276: allow_desc_update_flag_tbl PO_TBL_VARCHAR1,
277: rec_count NUMBER,
278: intf_id_index_tbl DBMS_SQL.NUMBER_TABLE
279:
280: -- ATTENTION: If you are adding new attributes to this record type, see
281: -- the message above first.
282: );

Line 430: intf_id_index_tbl DBMS_SQL.NUMBER_TABLE

426: -- attributes added for processing purpose
427: shipment_num_unique_tbl PO_TBL_VARCHAR1,
428: error_flag_tbl PO_TBL_VARCHAR1,
429: rec_count NUMBER,
430: intf_id_index_tbl DBMS_SQL.NUMBER_TABLE
431:
432: -- ATTENTION: If you are adding new attributes to this record type, see
433: -- the message above first.
434: );

Line 696: source_tbl DBMS_SQL.VARCHAR2_TABLE,

692: draft_id_tbl PO_TBL_NUMBER,
693:
694: -- attributes added for processing purpose
695: attribute_values_id_tbl PO_TBL_NUMBER,
696: source_tbl DBMS_SQL.VARCHAR2_TABLE,
697: error_flag_tbl PO_TBL_VARCHAR1,
698:
699: rec_count NUMBER
700:

Line 727: source_tbl DBMS_SQL.VARCHAR2_TABLE,

723:
724: -- attributes added for processing purpose
725: error_flag_tbl PO_TBL_VARCHAR1,
726: attribute_values_tlp_id_tbl PO_TBL_NUMBER,
727: source_tbl DBMS_SQL.VARCHAR2_TABLE,
728:
729: rec_count NUMBER
730:
731: -- ATTENTION: If you are adding new attributes to this record type, see