DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS2 dependencies on DBMS_SQL

Line 316: l_index_tbl DBMS_SQL.number_table;

312: l_fsp_business_group_id NUMBER := NULL;
313: l_cwk_profile_value VARCHAR2(1) := NULL;
314: l_assignment_type VARCHAR2(1) := NULL;
315:
316: l_index_tbl DBMS_SQL.number_table;
317: BEGIN
318: d_position := 0;
319:
320: IF x_result_set_id IS NULL THEN

Line 460: l_num_list_tbl DBMS_SQL.NUMBER_TABLE;

456: d_position NUMBER;
457:
458: -- key of temp table used to identify the derived result
459: l_key po_session_gt.key%TYPE;
460: l_num_list_tbl DBMS_SQL.NUMBER_TABLE;
461:
462: -- tables to store the derived result
463: l_index_tbl PO_TBL_NUMBER;
464: l_result_tbl PO_TBL_VARCHAR1;