DBA Data[Home] [Help]

APPS.PA_PLAN_RES_LIST_PUB dependencies on PA_PLAN_RES_LIST_PUB

Line 1: PACKAGE BODY Pa_Plan_Res_List_Pub AS

1: PACKAGE BODY Pa_Plan_Res_List_Pub AS
2: /* $Header: PARESLPB.pls 120.4 2012/01/25 04:23:13 djambhek ship $*/
3:
4:
5: /*******************************************************************************************

Line 1381: * Call to the Pa_Plan_Res_List_Pub.Create_Plan_RL_Format

1377: END IF;
1378: END IF;
1379: l_resource_list_id := x_plan_res_list_rec.x_resource_list_id;
1380: /**************************************************
1381: * Call to the Pa_Plan_Res_List_Pub.Create_Plan_RL_Format
1382: * API which will add the resource formats passed in as
1383: * table of recs. We are also passing the resource list ID
1384: * which was created.
1385: **************************************************/

Line 1395: Pa_Plan_Res_List_Pub.Create_Plan_RL_Format(

1391:
1392: END IF;
1393:
1394: IF L_Plan_RL_Format_Tbl.Count <> 0 Then
1395: Pa_Plan_Res_List_Pub.Create_Plan_RL_Format(
1396: p_commit => p_commit,
1397: p_init_msg_list => p_init_msg_list,
1398: P_Res_List_Id => l_resource_list_id,
1399: P_Plan_RL_Format_Tbl => L_Plan_RL_Format_Tbl,

Line 1418: * Call to the Pa_Plan_Res_List_Pub.Create_Planning_Resource

1414:
1415: END IF;
1416:
1417: /**************************************************
1418: * Call to the Pa_Plan_Res_List_Pub.Create_Planning_Resource
1419: * API which will add the resource members passed in as
1420: * table of recs. We are also passing the resource list ID
1421: * which was created.
1422: **************************************************/

Line 1425: Pa_Plan_Res_List_Pub.Create_Planning_Resource(

1421: * which was created.
1422: **************************************************/
1423: --SAVEPOINT Create_Resource_List_Pub_B;
1424:
1425: Pa_Plan_Res_List_Pub.Create_Planning_Resource(
1426: p_commit => p_commit,
1427: p_init_msg_list => p_init_msg_list,
1428: p_resource_list_id => l_resource_list_id,
1429: P_planning_resource_in_tbl => L_planning_resource_in_tbl,

Line 1982: Pa_Plan_Res_List_Pub.Create_Planning_Resource(

1978: AND lookup_code = 'PLANNING_RESOURCE';
1979:
1980: L_one_pln_res_in_tbl(1) := L_planning_resource_in_tbl(i);
1981: -- dbms_output.put_line('--- in create part of upd');
1982: Pa_Plan_Res_List_Pub.Create_Planning_Resource(
1983: p_commit => p_commit,
1984: p_init_msg_list => p_init_msg_list,
1985: p_resource_list_id => L_plan_res_list_Rec.p_resource_list_id,
1986: P_planning_resource_in_tbl => L_one_pln_res_in_tbl,

Line 2608: P_Pkg_Name => 'Pa_Plan_Res_List_Pub',

2604: x_msg_count := x_msg_count + 1;
2605: -- 4537865
2606: x_msg_data := SUBSTRB(SQLERRM,1,240);
2607: Fnd_Msg_Pub.Add_Exc_Msg(
2608: P_Pkg_Name => 'Pa_Plan_Res_List_Pub',
2609: P_Procedure_Name => 'Create_Plan_RL_Format',
2610: P_error_text => x_msg_data);
2611: END Create_Plan_RL_Format;
2612: /***************************/

Line 4391: END Pa_Plan_Res_List_Pub;

4387: );
4388: -- Not RAISING because other similar APIs dont have RAISE
4389: END Fetch_Resource_List_Member;
4390:
4391: END Pa_Plan_Res_List_Pub;