DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on STANDARD

Line 647: -- Standard Start of API savepoint

643: l_out_eam_request_tbl EAM_PROCESS_WO_PUB.eam_request_tbl_type;
644: l_out_eam_counter_prop_tbl EAM_PROCESS_WO_PUB.eam_counter_prop_tbl_type;
645:
646: BEGIN
647: -- Standard Start of API savepoint
648: SAVEPOINT EAM_WO_MATERIAL_UTIL_PUB;
649: -- Standard call to check for call compatibility.
650: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
651: p_api_version ,

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

645:
646: BEGIN
647: -- Standard Start of API savepoint
648: SAVEPOINT EAM_WO_MATERIAL_UTIL_PUB;
649: -- Standard call to check for call compatibility.
650: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
651: p_api_version ,
652: l_api_name ,
653: G_PKG_NAME )

Line 770: -- Standard check of p_commit.

766:
767: END IF;
768:
769: -- End of API body.
770: -- Standard check of p_commit.
771: IF FND_API.To_Boolean( p_commit ) THEN
772: --dbms_output.put_line('committing');
773: COMMIT WORK;
774: END IF;

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

771: IF FND_API.To_Boolean( p_commit ) THEN
772: --dbms_output.put_line('committing');
773: COMMIT WORK;
774: END IF;
775: -- Standard call to get message count and if count is 1, get message info.
776: FND_MSG_PUB.Count_And_Get
777: ( p_count => x_msg_count ,
778: p_data => x_msg_data
779: );

Line 900: -- Standard Start of API savepoint

896: l_eam_mat_req_rec EAM_PROCESS_WO_PUB.eam_mat_req_rec_type;
897:
898:
899: BEGIN
900: -- Standard Start of API savepoint
901: SAVEPOINT EAM_WO_MATERIAL_UTIL_PUB;
902: -- Standard call to check for call compatibility.
903: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
904: p_api_version ,

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

898:
899: BEGIN
900: -- Standard Start of API savepoint
901: SAVEPOINT EAM_WO_MATERIAL_UTIL_PUB;
902: -- Standard call to check for call compatibility.
903: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
904: p_api_version ,
905: l_api_name ,
906: G_PKG_NAME )

Line 1046: -- Standard check of p_commit.

1042:
1043: END IF;
1044:
1045: -- End of API body.
1046: -- Standard check of p_commit.
1047: IF FND_API.To_Boolean( p_commit ) THEN
1048: --dbms_output.put_line('committing');
1049: COMMIT WORK;
1050: END IF;

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

1047: IF FND_API.To_Boolean( p_commit ) THEN
1048: --dbms_output.put_line('committing');
1049: COMMIT WORK;
1050: END IF;
1051: -- Standard call to get message count and if count is 1, get message info.
1052: FND_MSG_PUB.Count_And_Get
1053: ( p_count => x_msg_count ,
1054: p_data => x_msg_data
1055: );

Line 1186: -- Standard Start of API savepoint

1182: l_out_eam_request_tbl EAM_PROCESS_WO_PUB.eam_request_tbl_type;
1183: l_out_eam_counter_prop_tbl EAM_PROCESS_WO_PUB.eam_counter_prop_tbl_type;
1184:
1185: BEGIN
1186: -- Standard Start of API savepoint
1187: l_stmt_num := 10;
1188: SAVEPOINT get_insert_into_wro_pvt;
1189:
1190: l_stmt_num := 20;

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

1187: l_stmt_num := 10;
1188: SAVEPOINT get_insert_into_wro_pvt;
1189:
1190: l_stmt_num := 20;
1191: -- Standard call to check for call compatibility.
1192: IF NOT fnd_api.compatible_api_call(
1193: l_api_version
1194: ,p_api_version
1195: ,l_api_name

Line 1408: -- Standard check of p_commit.

1404: ROLLBACK TO get_insert_into_wro_pvt;
1405: END IF;
1406:
1407: -- End of API body.
1408: -- Standard check of p_commit.
1409: IF fnd_api.to_boolean(p_commit)
1410: and x_return_status = 'S' THEN
1411: COMMIT WORK;
1412: END IF;

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

1411: COMMIT WORK;
1412: END IF;
1413:
1414: l_stmt_num := 999;
1415: -- Standard call to get message count and if count is 1, get message info.
1416: fnd_msg_pub.count_and_get(
1417: p_count => x_msg_count
1418: ,p_data => x_msg_data);
1419: EXCEPTION

Line 1552: -- Standard Start of API savepoint

1548: l_out_eam_op_comp_tbl EAM_PROCESS_WO_PUB.eam_op_comp_tbl_type;
1549: l_out_eam_request_tbl EAM_PROCESS_WO_PUB.eam_request_tbl_type;
1550: l_out_eam_counter_prop_tbl EAM_PROCESS_WO_PUB.eam_counter_prop_tbl_type;
1551: BEGIN
1552: -- Standard Start of API savepoint
1553: l_stmt_num := 10;
1554: SAVEPOINT get_insert_into_wro_pvt;
1555:
1556: l_stmt_num := 20;

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

1553: l_stmt_num := 10;
1554: SAVEPOINT get_insert_into_wro_pvt;
1555:
1556: l_stmt_num := 20;
1557: -- Standard call to check for call compatibility.
1558: IF NOT fnd_api.compatible_api_call(
1559: l_api_version
1560: ,p_api_version
1561: ,l_api_name

Line 1770: -- Standard check of p_commit.

1766: ROLLBACK TO get_insert_into_wro_pvt;
1767: END IF;
1768:
1769: -- End of API body.
1770: -- Standard check of p_commit.
1771: IF fnd_api.to_boolean(p_commit)
1772: and x_return_status = 'S' THEN
1773: COMMIT WORK;
1774: END IF;

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

1773: COMMIT WORK;
1774: END IF;
1775:
1776: l_stmt_num := 999;
1777: -- Standard call to get message count and if count is 1, get message info.
1778: fnd_msg_pub.count_and_get(
1779: p_count => x_msg_count
1780: ,p_data => x_msg_data);
1781: EXCEPTION