DBA Data[Home] [Help]

APPS.CSI_ASSET_PVT dependencies on STANDARD

Line 810: -- Standard Start of API savepoint

806: ' OBJECT_VERSION_NUMBER FROM CSI_I_ASSETS ';
807: l_instance_asset_tbl csi_datastructures_pub.instance_asset_header_tbl;
808:
809: BEGIN
810: -- Standard Start of API savepoint
811: /*
812: IF fnd_api.to_boolean(p_commit)
813: THEN
814: SAVEPOINT get_instance_asset_pvt;

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

813: THEN
814: SAVEPOINT get_instance_asset_pvt;
815: END IF;
816: */
817: -- Standard call to check for call compatibility.
818: IF NOT FND_API.Compatible_API_Call (l_api_version ,
819: p_api_version ,
820: l_api_name ,
821: G_PKG_NAME )

Line 916: -- Standard check of p_commit.

912: END IF;
913:
914: -- End of API body
915:
916: -- Standard check of p_commit.
917: /*
918: IF FND_API.To_Boolean( p_commit ) THEN
919: COMMIT WORK;
920: END IF;

Line 931: -- Standard call to get message count and if count is get message info.

927: END IF;
928: -- End disable trace
929: ****/
930:
931: -- Standard call to get message count and if count is get message info.
932: FND_MSG_PUB.Count_And_Get
933: (p_count => x_msg_count ,
934: p_data => x_msg_data );
935:

Line 1025: -- Standard Start of API savepoint

1021: l_return_status varchar2(1) := fnd_api.g_ret_sts_success;
1022: l_error_message varchar2(2000);
1023:
1024: BEGIN
1025: -- Standard Start of API savepoint
1026: IF fnd_api.to_boolean(p_commit) THEN
1027: SAVEPOINT create_instance_asset_pvt;
1028: END IF;
1029:

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

1026: IF fnd_api.to_boolean(p_commit) THEN
1027: SAVEPOINT create_instance_asset_pvt;
1028: END IF;
1029:
1030: -- Standard call to check for call compatibility.
1031: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1032: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1033: END IF;
1034:

Line 1495: -- Standard check of p_commit.

1491: END IF; -- Added by sk for bug 2232880
1492: --
1493: -- End of API body
1494:
1495: -- Standard check of p_commit.
1496: IF FND_API.To_Boolean( p_commit ) THEN
1497: COMMIT WORK;
1498: END IF;
1499:

Line 1500: -- Standard call to get message count and if count is get message info.

1496: IF FND_API.To_Boolean( p_commit ) THEN
1497: COMMIT WORK;
1498: END IF;
1499:
1500: -- Standard call to get message count and if count is get message info.
1501: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count, p_data => x_msg_data);
1502:
1503: debug(' end of create_instance_asset.'||x_return_status);
1504:

Line 1598: -- Standard Start of API savepoint

1594: l_asset_hist_id NUMBER;
1595:
1596: BEGIN
1597:
1598: -- Standard Start of API savepoint
1599: IF fnd_api.to_boolean(p_commit) THEN
1600: SAVEPOINT update_instance_asset_pvt;
1601: END IF;
1602:

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

1599: IF fnd_api.to_boolean(p_commit) THEN
1600: SAVEPOINT update_instance_asset_pvt;
1601: END IF;
1602:
1603: -- Standard call to check for call compatibility.
1604: IF NOT FND_API.Compatible_API_Call (l_api_version , p_api_version , l_api_name , G_PKG_NAME) THEN
1605: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1606: END IF;
1607:

Line 2402: -- Standard check of p_commit.

2398:
2399: --
2400: -- End of API body
2401:
2402: -- Standard check of p_commit.
2403: IF FND_API.To_Boolean( p_commit ) THEN
2404: COMMIT WORK;
2405: END IF;
2406:

Line 2407: -- Standard call to get message count and if count is get message info.

2403: IF FND_API.To_Boolean( p_commit ) THEN
2404: COMMIT WORK;
2405: END IF;
2406:
2407: -- Standard call to get message count and if count is get message info.
2408: FND_MSG_PUB.Count_And_Get(
2409: p_count => x_msg_count ,
2410: p_data => x_msg_data);
2411: EXCEPTION

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

2502: SAVEPOINT get_instance_asset_hist;
2503: END IF;
2504: */
2505:
2506: -- Standard call to check for call compatibility.
2507: IF NOT FND_API.Compatible_API_Call (l_api_version ,
2508: p_api_version ,
2509: l_api_name ,
2510: G_PKG_NAME )

Line 2775: -- Standard check of p_commit.

2771:
2772: --
2773: -- End of API body
2774:
2775: -- Standard check of p_commit.
2776: /*
2777: IF FND_API.To_Boolean( p_commit ) THEN
2778: COMMIT WORK;
2779: END IF;

Line 2790: -- Standard call to get message count and if count is get message info.

2786: END IF;
2787: -- End disable trace
2788: ****/
2789:
2790: -- Standard call to get message count and if count is get message info.
2791: FND_MSG_PUB.Count_And_Get
2792: (p_count => x_msg_count ,
2793: p_data => x_msg_data );
2794: EXCEPTION

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

3001: AND c.process_status IN ('R','X')
3002: AND c.source_system_name = nvl(p_source_system_name ,c.source_system_name)) ;
3003:
3004: BEGIN
3005: -- Standard call to check for call compatibility.
3006: IF NOT FND_API.Compatible_API_Call (l_api_version ,
3007: p_api_version ,
3008: l_api_name ,
3009: G_PKG_NAME )

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

3175: AND d.process_status IN ('R','X')
3176: AND c.fa_location_id = b.fa_location_id );
3177:
3178: BEGIN
3179: -- Standard call to check for call compatibility.
3180: IF NOT FND_API.Compatible_API_Call (l_api_version ,
3181: p_api_version ,
3182: l_api_name ,
3183: G_PKG_NAME )

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

3302: AND fadh.location_id = p_location_id
3303: AND units_assigned > 0
3304: AND fadh.date_ineffective IS NULL;
3305: BEGIN
3306: -- Standard call to check for call compatibility.
3307: IF NOT FND_API.Compatible_API_Call (l_api_version ,
3308: p_api_version ,
3309: l_api_name ,
3310: G_PKG_NAME )