DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on STANDARD

Line 1006: -- Standard Start of API savepoint

1002: l_out_eam_request_tbl EAM_PROCESS_WO_PUB.eam_request_tbl_type;
1003: l_out_eam_counter_prop_tbl EAM_PROCESS_WO_PUB.eam_counter_prop_tbl_type;
1004:
1005: BEGIN
1006: -- Standard Start of API savepoint
1007: SAVEPOINT EAM_WO_MATERIAL_UTIL_PUB;
1008: -- Standard call to check for call compatibility.
1009: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1010: p_api_version ,

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

1004:
1005: BEGIN
1006: -- Standard Start of API savepoint
1007: SAVEPOINT EAM_WO_MATERIAL_UTIL_PUB;
1008: -- Standard call to check for call compatibility.
1009: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1010: p_api_version ,
1011: l_api_name ,
1012: G_PKG_NAME )

Line 1129: -- Standard check of p_commit.

1125:
1126: END IF;
1127:
1128: -- End of API body.
1129: -- Standard check of p_commit.
1130: IF FND_API.To_Boolean( p_commit ) THEN
1131: --dbms_output.put_line('committing');
1132: COMMIT WORK;
1133: END IF;

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

1130: IF FND_API.To_Boolean( p_commit ) THEN
1131: --dbms_output.put_line('committing');
1132: COMMIT WORK;
1133: END IF;
1134: -- Standard call to get message count and if count is 1, get message info.
1135: FND_MSG_PUB.Count_And_Get
1136: ( p_count => x_msg_count ,
1137: p_data => x_msg_data
1138: );

Line 1259: -- Standard Start of API savepoint

1255: l_eam_mat_req_rec EAM_PROCESS_WO_PUB.eam_mat_req_rec_type;
1256:
1257:
1258: BEGIN
1259: -- Standard Start of API savepoint
1260: SAVEPOINT EAM_WO_MATERIAL_UTIL_PUB;
1261: -- Standard call to check for call compatibility.
1262: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1263: p_api_version ,

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

1257:
1258: BEGIN
1259: -- Standard Start of API savepoint
1260: SAVEPOINT EAM_WO_MATERIAL_UTIL_PUB;
1261: -- Standard call to check for call compatibility.
1262: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1263: p_api_version ,
1264: l_api_name ,
1265: G_PKG_NAME )

Line 1405: -- Standard check of p_commit.

1401:
1402: END IF;
1403:
1404: -- End of API body.
1405: -- Standard check of p_commit.
1406: IF FND_API.To_Boolean( p_commit ) THEN
1407: --dbms_output.put_line('committing');
1408: COMMIT WORK;
1409: END IF;

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

1406: IF FND_API.To_Boolean( p_commit ) THEN
1407: --dbms_output.put_line('committing');
1408: COMMIT WORK;
1409: END IF;
1410: -- Standard call to get message count and if count is 1, get message info.
1411: FND_MSG_PUB.Count_And_Get
1412: ( p_count => x_msg_count ,
1413: p_data => x_msg_data
1414: );

Line 1545: -- Standard Start of API savepoint

1541: l_out_eam_request_tbl EAM_PROCESS_WO_PUB.eam_request_tbl_type;
1542: l_out_eam_counter_prop_tbl EAM_PROCESS_WO_PUB.eam_counter_prop_tbl_type;
1543:
1544: BEGIN
1545: -- Standard Start of API savepoint
1546: l_stmt_num := 10;
1547: SAVEPOINT get_insert_into_wro_pvt;
1548:
1549: l_stmt_num := 20;

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

1546: l_stmt_num := 10;
1547: SAVEPOINT get_insert_into_wro_pvt;
1548:
1549: l_stmt_num := 20;
1550: -- Standard call to check for call compatibility.
1551: IF NOT fnd_api.compatible_api_call(
1552: l_api_version
1553: ,p_api_version
1554: ,l_api_name

Line 1774: -- Standard check of p_commit.

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

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

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

Line 1918: -- Standard Start of API savepoint

1914: l_out_eam_op_comp_tbl EAM_PROCESS_WO_PUB.eam_op_comp_tbl_type;
1915: l_out_eam_request_tbl EAM_PROCESS_WO_PUB.eam_request_tbl_type;
1916: l_out_eam_counter_prop_tbl EAM_PROCESS_WO_PUB.eam_counter_prop_tbl_type;
1917: BEGIN
1918: -- Standard Start of API savepoint
1919: l_stmt_num := 10;
1920: SAVEPOINT get_insert_into_wro_pvt;
1921:
1922: l_stmt_num := 20;

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

1919: l_stmt_num := 10;
1920: SAVEPOINT get_insert_into_wro_pvt;
1921:
1922: l_stmt_num := 20;
1923: -- Standard call to check for call compatibility.
1924: IF NOT fnd_api.compatible_api_call(
1925: l_api_version
1926: ,p_api_version
1927: ,l_api_name

Line 2136: -- Standard check of p_commit.

2132: ROLLBACK TO get_insert_into_wro_pvt;
2133: END IF;
2134:
2135: -- End of API body.
2136: -- Standard check of p_commit.
2137: IF fnd_api.to_boolean(p_commit)
2138: and x_return_status = 'S' THEN
2139: COMMIT WORK;
2140: END IF;

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

2139: COMMIT WORK;
2140: END IF;
2141:
2142: l_stmt_num := 999;
2143: -- Standard call to get message count and if count is 1, get message info.
2144: fnd_msg_pub.count_and_get(
2145: p_count => x_msg_count
2146: ,p_data => x_msg_data);
2147: EXCEPTION