DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_UTIL_PVT dependencies on STANDARD

Line 85: -- Standard Start of API savepoint

81: l_asset_group_id NUMBER; --Added for the bug 6928769 and 7037630
82: l_organization_id NUMBER;--Added for the bug 6928769 and 7037630
83: BEGIN
84:
85: -- Standard Start of API savepoint
86: l_stmt_num := 10;
87: SAVEPOINT create_requisition_pvt;
88:
89: l_stmt_num := 20;

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

86: l_stmt_num := 10;
87: SAVEPOINT create_requisition_pvt;
88:
89: l_stmt_num := 20;
90: -- Standard call to check for call compatibility.
91: IF NOT fnd_api.compatible_api_call(
92: l_api_version
93: ,p_api_version
94: ,l_api_name

Line 310: -- Standard check of p_commit.

306:
307:
308:
309: -- End of API body.
310: -- Standard check of p_commit.
311: IF fnd_api.to_boolean(p_commit) THEN
312: COMMIT WORK;
313: END IF;
314:

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

312: COMMIT WORK;
313: END IF;
314:
315: l_stmt_num := 999;
316: -- Standard call to get message count and if count is 1, get message info.
317: fnd_msg_pub.count_and_get(
318: p_encoded => fnd_api.g_false
319: ,p_count => x_msg_count
320: ,p_data => x_msg_data);

Line 457: -- Standard Start of API savepoint

453: );
454:
455: BEGIN
456:
457: -- Standard Start of API savepoint
458: l_stmt_num := 10;
459: SAVEPOINT create_requisition_pvt;
460:
461: l_stmt_num := 20;

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

458: l_stmt_num := 10;
459: SAVEPOINT create_requisition_pvt;
460:
461: l_stmt_num := 20;
462: -- Standard call to check for call compatibility.
463: IF NOT fnd_api.compatible_api_call(
464: l_api_version
465: ,p_api_version
466: ,l_api_name

Line 676: -- Standard Start of API savepoint

672: l_di_record l_di_recs%ROWTYPE;
673:
674: BEGIN
675:
676: -- Standard Start of API savepoint
677: l_stmt_num := 10;
678: SAVEPOINT create_requisition_pvt;
679:
680: l_stmt_num := 20;

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

677: l_stmt_num := 10;
678: SAVEPOINT create_requisition_pvt;
679:
680: l_stmt_num := 20;
681: -- Standard call to check for call compatibility.
682: IF NOT fnd_api.compatible_api_call(
683: l_api_version
684: ,p_api_version
685: ,l_api_name