DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PUB dependencies on STANDARD

Line 88: -- Standard begin of API savepoint

84: pa_debug.g_err_stage:='Entered ' || L_FuncProc;
85: pa_debug.write(G_PKG_NAME ,pa_debug.g_err_stage,3);
86: END IF;
87:
88: -- Standard begin of API savepoint
89:
90: -- debug_msg1('Entered procedure:' || L_FuncProc);
91:
92: SAVEPOINT load_task_asgmts_pub;

Line 94: -- Standard call to check for call compatibility.

90: -- debug_msg1('Entered procedure:' || L_FuncProc);
91:
92: SAVEPOINT load_task_asgmts_pub;
93:
94: -- Standard call to check for call compatibility.
95:
96: IF NOT FND_API.Compatible_API_Call ( 1.0, --pa_project_pub.g_api_version_number ,
97: p_api_version_number ,
98: l_api_name ,

Line 637: -- Standard begin of API savepoint

633: END IF;
634:
635: --dbms_output.put_line('Entered procedure:' || L_FuncProc);
636:
637: -- Standard begin of API savepoint
638:
639: SAVEPOINT Load_Task_Asgmt_Periods;
640:
641: -- Standard call to check for call compatibility.

Line 641: -- Standard call to check for call compatibility.

637: -- Standard begin of API savepoint
638:
639: SAVEPOINT Load_Task_Asgmt_Periods;
640:
641: -- Standard call to check for call compatibility.
642:
643: IF NOT FND_API.Compatible_API_Call ( 1.0, --pa_project_pub.g_api_version_number ,
644: p_api_version_number ,
645: l_api_name ,

Line 1001: -- Standard begin of API savepoint

997: pa_debug.g_err_stage:='Entered ' || L_FuncProc;
998: pa_debug.write(G_PKG_NAME ,pa_debug.g_err_stage,3);
999: END IF;
1000: --dbms_output.put_line('count of global tables: in exec. create' || g_task_asgmts_tbl_count);
1001: -- Standard begin of API savepoint
1002:
1003: SAVEPOINT EXECUTE_CREATE_TASK_ASGMTS;
1004:
1005: -- Standard call to check for call compatibility.

Line 1005: -- Standard call to check for call compatibility.

1001: -- Standard begin of API savepoint
1002:
1003: SAVEPOINT EXECUTE_CREATE_TASK_ASGMTS;
1004:
1005: -- Standard call to check for call compatibility.
1006:
1007: IF NOT FND_API.Compatible_API_Call ( 1.0, --g_api_version_number ,
1008: p_api_version_number,
1009: l_api_name,

Line 1180: -- Standard begin of API savepoint

1176: pa_debug.g_err_stage:='Entered ' || L_FuncProc;
1177: pa_debug.write(G_PKG_NAME ,pa_debug.g_err_stage,3);
1178: END IF;
1179: x_return_status := FND_API.G_RET_STS_SUCCESS;
1180: -- Standard begin of API savepoint
1181:
1182: SAVEPOINT EXECUTE_UPDATE_TASK_ASGMTS;
1183:
1184: -- Standard call to check for call compatibility.

Line 1184: -- Standard call to check for call compatibility.

1180: -- Standard begin of API savepoint
1181:
1182: SAVEPOINT EXECUTE_UPDATE_TASK_ASGMTS;
1183:
1184: -- Standard call to check for call compatibility.
1185:
1186: IF NOT FND_API.Compatible_API_Call ( 1.0, --g_api_version_number ,
1187: p_api_version_number,
1188: l_api_name,

Line 1553: -- Standard begin of API savepoint

1549: pa_debug.g_err_stage:='Entered ' || L_FuncProc ;
1550: pa_debug.write(G_PKG_NAME ,pa_debug.g_err_stage,3);
1551: END IF;
1552:
1553: -- Standard begin of API savepoint
1554:
1555: SAVEPOINT add_task_asgmts_pub;
1556:
1557: -- Standard call to check for call compatibility.

Line 1557: -- Standard call to check for call compatibility.

1553: -- Standard begin of API savepoint
1554:
1555: SAVEPOINT add_task_asgmts_pub;
1556:
1557: -- Standard call to check for call compatibility.
1558:
1559: IF NOT FND_API.Compatible_API_Call ( 1.0, --pa_project_pub.g_api_version_number ,
1560: p_api_version_number ,
1561: l_api_name ,

Line 2865: -- Standard begin of API savepoint

2861: IF P_DEBUG_MODE = 'Y' AND (li_curr_level <= 3) THEN
2862: pa_debug.g_err_stage:='Entered ' || L_FuncProc;
2863: pa_debug.write(G_PKG_NAME ,pa_debug.g_err_stage,3);
2864: END IF;
2865: -- Standard begin of API savepoint
2866:
2867: SAVEPOINT CREATE_TASK_ASGMT_PERIODS;
2868:
2869: -- Standard call to check for call compatibility.

Line 2869: -- Standard call to check for call compatibility.

2865: -- Standard begin of API savepoint
2866:
2867: SAVEPOINT CREATE_TASK_ASGMT_PERIODS;
2868:
2869: -- Standard call to check for call compatibility.
2870:
2871: IF NOT FND_API.Compatible_API_Call ( 1.0, --g_api_version_number ,
2872: p_api_version_number,
2873: l_api_name,

Line 3139: -- Standard begin of API savepoint

3135: IF P_DEBUG_MODE = 'Y' AND (li_curr_level <= 3) THEN
3136: pa_debug.g_err_stage:='Entered ' || L_FuncProc;
3137: pa_debug.write(G_PKG_NAME ,pa_debug.g_err_stage,3);
3138: END IF;
3139: -- Standard begin of API savepoint
3140:
3141: SAVEPOINT UPDATE_TASK_ASGMT_PERIODS;
3142:
3143: -- Standard call to check for call compatibility.

Line 3143: -- Standard call to check for call compatibility.

3139: -- Standard begin of API savepoint
3140:
3141: SAVEPOINT UPDATE_TASK_ASGMT_PERIODS;
3142:
3143: -- Standard call to check for call compatibility.
3144:
3145: IF NOT FND_API.Compatible_API_Call ( 1.0, --g_api_version_number ,
3146: p_api_version_number,
3147: l_api_name,

Line 3408: -- Standard begin of API savepoint

3404: pa_debug.write(G_PKG_NAME ,pa_debug.g_err_stage,3);
3405: END IF;
3406: --dbms_output.put_line('Entered Delete_Task_Assignments: ' || L_FuncProc);
3407:
3408: -- Standard begin of API savepoint
3409:
3410: SAVEPOINT Delete_Task_Assignments;
3411:
3412: -- Standard call to check for call compatibility.

Line 3412: -- Standard call to check for call compatibility.

3408: -- Standard begin of API savepoint
3409:
3410: SAVEPOINT Delete_Task_Assignments;
3411:
3412: -- Standard call to check for call compatibility.
3413:
3414: IF NOT FND_API.Compatible_API_Call ( 1.0, --g_api_version_number ,
3415: p_api_version_number,
3416: l_api_name,

Line 3959: -- Standard begin of API savepoint

3955: IF P_DEBUG_MODE = 'Y' AND (li_curr_level <= 3) THEN
3956: pa_debug.g_err_stage:='Entered ' || L_FuncProc;
3957: pa_debug.write(G_PKG_NAME ,pa_debug.g_err_stage,3);
3958: END IF;
3959: -- Standard begin of API savepoint
3960:
3961: --dbms_output.put_line('Entered Update Task Asgmts.');
3962:
3963: SAVEPOINT UPDATE_task_asgmts_pub;

Line 3965: -- Standard call to check for call compatibility.

3961: --dbms_output.put_line('Entered Update Task Asgmts.');
3962:
3963: SAVEPOINT UPDATE_task_asgmts_pub;
3964:
3965: -- Standard call to check for call compatibility.
3966:
3967: IF NOT FND_API.Compatible_API_Call ( 1.0, --pa_project_pub.g_api_version_number ,
3968: p_api_version_number ,
3969: l_api_name ,

Line 6119: -- Standard begin of API savepoint

6115: p_resource_list_member_id.extend(p_task_asgmt_index.COUNT);
6116:
6117: --dbms_output.put_line('After initializing out parameters');
6118:
6119: -- Standard begin of API savepoint
6120:
6121: SAVEPOINT fetch_task_assignments_pub;
6122:
6123: -- Standard call to check for call compatibility.

Line 6123: -- Standard call to check for call compatibility.

6119: -- Standard begin of API savepoint
6120:
6121: SAVEPOINT fetch_task_assignments_pub;
6122:
6123: -- Standard call to check for call compatibility.
6124:
6125: IF NOT FND_API.Compatible_API_Call ( 1.0, --g_api_version_number ,
6126: p_api_version_number ,
6127: l_api_name ,