DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_UTIL_PVT dependencies on STANDARD

Line 95: -- Standard Start of API savepoint

91: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN
92: EAM_ERROR_MESSAGE_PVT.Write_Debug(to_char(sysdate,'DD-MON-YY HH:MI:SS')||' EAM_PROCESS_WO_UTIL_PVT.create_requisition : Start===============================================================');
93: END IF;
94:
95: -- Standard Start of API savepoint
96: l_stmt_num := 10;
97: SAVEPOINT create_requisition_pvt;
98:
99: l_stmt_num := 20;

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

96: l_stmt_num := 10;
97: SAVEPOINT create_requisition_pvt;
98:
99: l_stmt_num := 20;
100: -- Standard call to check for call compatibility.
101: IF NOT fnd_api.compatible_api_call(
102: l_api_version
103: ,p_api_version
104: ,l_api_name

Line 381: l_status_options := fnd_request.set_options(datagroup => 'Standard');

377: end if;
378:
379: /* Changes for MOAC */
380: fnd_request.set_org_id (l_ou_id);
381: l_status_options := fnd_request.set_options(datagroup => 'Standard');
382:
383: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug(to_char(sysdate,'DD-MON-YY HH:MI:SS')||' EAM_PROCESS_WO_UTIL_PVT.create_requisition : Calling the concurrent program ...'); END IF;
384: SELECT REQIMPORT_GROUP_BY_CODE into l_req_import
385: FROM PO_SYSTEM_PARAMETERS_ALL where ORG_ID=l_ou_id; -- Changed for bug 6837105

Line 403: -- Standard check of p_commit.

399:
400:
401:
402: -- End of API body.
403: -- Standard check of p_commit.
404: IF fnd_api.to_boolean(p_commit) THEN
405: COMMIT WORK;
406: END IF;
407:

Line 409: -- Standard call to get message count and if count is 1, get message info.

405: COMMIT WORK;
406: END IF;
407:
408: l_stmt_num := 999;
409: -- Standard call to get message count and if count is 1, get message info.
410: fnd_msg_pub.count_and_get(
411: p_encoded => fnd_api.g_false
412: ,p_count => x_msg_count
413: ,p_data => x_msg_data);

Line 553: -- Standard Start of API savepoint

549: );
550:
551: BEGIN
552:
553: -- Standard Start of API savepoint
554: l_stmt_num := 10;
555: SAVEPOINT create_requisition_pvt;
556:
557: l_stmt_num := 20;

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

554: l_stmt_num := 10;
555: SAVEPOINT create_requisition_pvt;
556:
557: l_stmt_num := 20;
558: -- Standard call to check for call compatibility.
559: IF NOT fnd_api.compatible_api_call(
560: l_api_version
561: ,p_api_version
562: ,l_api_name

Line 961: -- Standard Start of API savepoint

957: l_di_record l_di_recs%ROWTYPE;
958:
959: BEGIN
960: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug(to_char(sysdate,'DD-MON-YY HH:MI:SS')||' EAM_PROCESS_WO_UTIL_PVT.create_reqs_at_di_upd : Start========================================'); END IF;
961: -- Standard Start of API savepoint
962: l_stmt_num := 10;
963: SAVEPOINT create_requisition_pvt;
964:
965: l_stmt_num := 20;

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

962: l_stmt_num := 10;
963: SAVEPOINT create_requisition_pvt;
964:
965: l_stmt_num := 20;
966: -- Standard call to check for call compatibility.
967: IF NOT fnd_api.compatible_api_call(
968: l_api_version
969: ,p_api_version
970: ,l_api_name