DBA Data[Home] [Help]

APPS.PA_PPR_CONCURRENT_PROGRAM dependencies on PA_NUM_TBL_TYPE

Line 725: l_project_id_tbl system.pa_num_tbl_type;

721: order by fpo.rbs_version_id ;-- Eg of other version type is ORG_FORECAST.
722:
723:
724:
725: l_project_id_tbl system.pa_num_tbl_type;
726:
727: l_return_status varchar2(255);
728: l_msg_count number;
729: l_msg_data varchar2(2000);

Line 752: l_project_id_tbl := system.pa_num_tbl_type();

748: SELECT DECODE(p_calling_mode, 'INCREMENTAL', 'INCREMENTAL', 'FULL', 'INITIAL', 'FULL')
749: INTO l_extraction_type_wp
750: FROM DUAL;
751:
752: l_project_id_tbl := system.pa_num_tbl_type();
753:
754: for c1_rec in c1(p_worker_id) loop
755:
756: ppr_log('5');