DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS2 dependencies on DBMS_SQL

Line 304: l_index_tbl DBMS_SQL.number_table;

300: l_fsp_business_group_id NUMBER := NULL;
301: l_cwk_profile_value VARCHAR2(1) := NULL;
302: l_assignment_type VARCHAR2(1) := NULL;
303:
304: l_index_tbl DBMS_SQL.number_table;
305: BEGIN
306: d_position := 0;
307:
308: IF x_result_set_id IS NULL THEN

Line 448: l_num_list_tbl DBMS_SQL.NUMBER_TABLE;

444: d_position NUMBER;
445:
446: -- key of temp table used to identify the derived result
447: l_key po_session_gt.key%TYPE;
448: l_num_list_tbl DBMS_SQL.NUMBER_TABLE;
449:
450: -- tables to store the derived result
451: l_index_tbl PO_TBL_NUMBER;
452: l_result_tbl PO_TBL_VARCHAR1;