DBA Data[Home] [Help]

APPS.PA_PROJ_ACCUM_MAIN dependencies on PA_PLSQL_DATATYPES

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

972: budget_type_rec Get_all_Budget_Types_cur%ROWTYPE;
973: new_resource_list_rec new_resource_list%ROWTYPE;
974: x_date_through DATE;
975:
976: l_project_id_tbl pa_plsql_datatypes.idTabTyp; /*Added for bug 5635857*/
977:
978: BEGIN
979:
980: x_old_stack := x_err_stack;

Line 3639: (p_project_id_tbl IN pa_plsql_datatypes.idTabTyp,

3635: --pa_commitment_txns_v. This table will later be used in processing
3636: --Dynamic Insert statement is used since otherwise its not possible to get and insert
3637: --the data from pa_commitment_txns_v for all the projects in one go.
3638: PROCEDURE populate_cmt_tmp_table
3639: (p_project_id_tbl IN pa_plsql_datatypes.idTabTyp,
3640: p_system_linkage_function IN VARCHAR2)
3641: IS
3642:
3643: x_last_updated_by NUMBER(15);