DBA Data[Home] [Help]

APPS.PA_PROJ_ACCUM_MAIN dependencies on PA_PLSQL_DATATYPES

Line 944: l_project_id_tbl pa_plsql_datatypes.idTabTyp; /*Added for bug 5635857*/

940: budget_type_rec Get_all_Budget_Types_cur%ROWTYPE;
941: new_resource_list_rec new_resource_list%ROWTYPE;
942: x_date_through DATE;
943:
944: l_project_id_tbl pa_plsql_datatypes.idTabTyp; /*Added for bug 5635857*/
945:
946: BEGIN
947:
948: x_old_stack := x_err_stack;

Line 3576: (p_project_id_tbl IN pa_plsql_datatypes.idTabTyp,

3572: --pa_commitment_txns_v. This table will later be used in processing
3573: --Dynamic Insert statement is used since otherwise its not possible to get and insert
3574: --the data from pa_commitment_txns_v for all the projects in one go.
3575: PROCEDURE populate_cmt_tmp_table
3576: (p_project_id_tbl IN pa_plsql_datatypes.idTabTyp,
3577: p_system_linkage_function IN VARCHAR2)
3578: IS
3579:
3580: x_last_updated_by NUMBER(15);