DBA Data[Home] [Help]

APPS.CSI_II_RELATIONSHIPS_PVT dependencies on STANDARD

Line 60: -- standard start of api savepoint

56: l_return_status_full VARCHAR2(1);
57: l_debug_level NUMBER;
58: l_cur_hop NUMBER;
59: BEGIN
60: -- standard start of api savepoint
61: --SAVEPOINT get_cylic_relationships_pvt;
62:
63: -- standard call to check for call compatibility.
64: IF NOT fnd_api.compatible_api_call ( l_api_version,

Line 63: -- standard call to check for call compatibility.

59: BEGIN
60: -- standard start of api savepoint
61: --SAVEPOINT get_cylic_relationships_pvt;
62:
63: -- standard call to check for call compatibility.
64: IF NOT fnd_api.compatible_api_call ( l_api_version,
65: p_api_version,
66: l_api_name,
67: g_pkg_name)

Line 2095: -- standard start of api savepoint

2091: l_relationship_query_rec csi_datastructures_pub.relationship_query_rec;
2092: l_ii_relationship_level_tbl csi_ii_relationships_pvt.ii_relationship_level_tbl;
2093:
2094: BEGIN
2095: -- standard start of api savepoint
2096: -- SAVEPOINT get_relationships_pvt;
2097:
2098: -- standard call to check for call compatibility.
2099: IF NOT fnd_api.compatible_api_call ( l_api_version,

Line 2098: -- standard call to check for call compatibility.

2094: BEGIN
2095: -- standard start of api savepoint
2096: -- SAVEPOINT get_relationships_pvt;
2097:
2098: -- standard call to check for call compatibility.
2099: IF NOT fnd_api.compatible_api_call ( l_api_version,
2100: p_api_version,
2101: l_api_name,
2102: g_pkg_name)

Line 2913: -- standard call to get message count and if count is 1, get message info.

2909:
2910: --
2911: -- end of API body
2912: --
2913: -- standard call to get message count and if count is 1, get message info.
2914: fnd_msg_pub.count_AND_get
2915: ( p_count => x_msg_count,
2916: p_data => x_msg_data
2917: );

Line 4687: -- standard start of api savepoint

4683: l_cascade_instance_rec csi_datastructures_pub.instance_rec;
4684: -- End addition for cascade ownership changes bug 2972082
4685:
4686: BEGIN
4687: -- standard start of api savepoint
4688: SAVEPOINT create_relationship_pvt;
4689:
4690: -- standard call to check for call compatibility.
4691: IF NOT fnd_api.compatible_api_call ( l_api_version,

Line 4690: -- standard call to check for call compatibility.

4686: BEGIN
4687: -- standard start of api savepoint
4688: SAVEPOINT create_relationship_pvt;
4689:
4690: -- standard call to check for call compatibility.
4691: IF NOT fnd_api.compatible_api_call ( l_api_version,
4692: p_api_version,
4693: l_api_name,
4694: g_pkg_name)

Line 5121: -- standard check for p_commit

5117: --
5118: -- END of API BODY
5119: --
5120:
5121: -- standard check for p_commit
5122: IF fnd_api.to_boolean( p_commit )
5123: THEN
5124: COMMIT WORK;
5125: END IF;

Line 5127: -- standard call to get message count and if count is 1, get message info.

5123: THEN
5124: COMMIT WORK;
5125: END IF;
5126:
5127: -- standard call to get message count and if count is 1, get message info.
5128: fnd_msg_pub.count_AND_get
5129: ( p_count => x_msg_count,
5130: p_data => x_msg_data
5131: );

Line 5264: -- standard start of api savepoint

5260: l_subject_lock NUMBER;
5261: px_oks_txn_inst_tbl oks_ibint_pub.txn_instance_tbl;
5262: px_child_inst_tbl csi_item_instance_grp.child_inst_tbl;
5263: BEGIN
5264: -- standard start of api savepoint
5265: SAVEPOINT update_relationship_pvt;
5266: -- standard call to check for call compatibility.
5267: IF NOT fnd_api.compatible_api_call ( l_api_version,
5268: p_api_version,

Line 5266: -- standard call to check for call compatibility.

5262: px_child_inst_tbl csi_item_instance_grp.child_inst_tbl;
5263: BEGIN
5264: -- standard start of api savepoint
5265: SAVEPOINT update_relationship_pvt;
5266: -- standard call to check for call compatibility.
5267: IF NOT fnd_api.compatible_api_call ( l_api_version,
5268: p_api_version,
5269: l_api_name,
5270: g_pkg_name)

Line 5966: -- standard check for p_commit

5962: IF x_return_status <> fnd_api.g_ret_sts_success THEN
5963: RAISE fnd_api.g_exc_error;
5964: END IF;
5965:
5966: -- standard check for p_commit
5967: IF fnd_api.to_boolean( p_commit )
5968: THEN
5969: COMMIT WORK;
5970: END IF;

Line 5975: -- standard call to get message count and if count is 1, get message info.

5971:
5972:
5973:
5974:
5975: -- standard call to get message count and if count is 1, get message info.
5976: fnd_msg_pub.count_AND_get
5977: ( p_count => x_msg_count,
5978: p_data => x_msg_data
5979: );

Line 6084: -- standard start of api savepoint

6080: l_loc_type_code VARCHAR2(30);
6081: px_oks_txn_inst_tbl oks_ibint_pub.txn_instance_tbl;
6082: px_child_inst_tbl csi_item_instance_grp.child_inst_tbl;
6083: BEGIN
6084: -- standard start of api savepoint
6085: SAVEPOINT expire_relationship_pvt;
6086:
6087: -- standard call to check for call compatibility.
6088: IF NOT fnd_api.compatible_api_call ( l_api_version,

Line 6087: -- standard call to check for call compatibility.

6083: BEGIN
6084: -- standard start of api savepoint
6085: SAVEPOINT expire_relationship_pvt;
6086:
6087: -- standard call to check for call compatibility.
6088: IF NOT fnd_api.compatible_api_call ( l_api_version,
6089: p_api_version,
6090: l_api_name,
6091: g_pkg_name)

Line 6400: -- standard check for p_commit

6396: IF x_return_status <> fnd_api.g_ret_sts_success THEN
6397: RAISE fnd_api.g_exc_error;
6398: END IF;
6399:
6400: -- standard check for p_commit
6401: IF fnd_api.to_boolean( p_commit )
6402: THEN
6403: COMMIT WORK;
6404: END IF;

Line 6406: -- standard call to get message count and if count is 1, get message info.

6402: THEN
6403: COMMIT WORK;
6404: END IF;
6405:
6406: -- standard call to get message count and if count is 1, get message info.
6407: fnd_msg_pub.count_AND_get
6408: ( p_count => x_msg_count,
6409: p_data => x_msg_data
6410: );

Line 6517: -- standard call to get message count and if count is 1, get message info.

6513: END IF;
6514:
6515:
6516:
6517: -- standard call to get message count and if count is 1, get message info.
6518: fnd_msg_pub.count_AND_get
6519: ( p_count => x_msg_count,
6520: p_data => x_msg_data
6521: );

Line 6597: -- standard call to get message count and if count is 1, get message info.

6593: fnd_msg_pub.add;
6594: x_return_status := fnd_api.g_ret_sts_error;
6595: END IF;
6596: END IF;
6597: -- standard call to get message count and if count is 1, get message info.
6598: fnd_msg_pub.count_AND_get
6599: ( p_count => x_msg_count,
6600: p_data => x_msg_data
6601: );

Line 6851: -- standard call to get message count and if count is 1, get message info.

6847: END;
6848: END IF;
6849: END IF;
6850:
6851: -- standard call to get message count and if count is 1, get message info.
6852: fnd_msg_pub.count_and_get
6853: ( p_count => x_msg_count,
6854: p_data => x_msg_data
6855: );

Line 6929: -- standard call to get message count and if count is 1, get message info.

6925: fnd_msg_pub.add;
6926: x_return_status := fnd_api.g_ret_sts_error;
6927: END;
6928: END IF;
6929: -- standard call to get message count and if count is 1, get message info.
6930: fnd_msg_pub.count_AND_get
6931: ( p_count => x_msg_count,
6932: p_data => x_msg_data
6933: );

Line 6964: -- standard call to get message count and if count is 1, get message info.

6960: fnd_msg_pub.add;
6961: x_return_status := fnd_api.g_ret_sts_error;
6962: END IF;
6963: END IF;
6964: -- standard call to get message count and if count is 1, get message info.
6965: fnd_msg_pub.count_AND_get
6966: ( p_count => x_msg_count,
6967: p_data => x_msg_data
6968: );

Line 7008: -- standard call to get message count and if count is 1, get message info.

7004: x_return_status := fnd_api.g_ret_sts_success;
7005: END IF;
7006: END IF;
7007:
7008: -- standard call to get message count and if count is 1, get message info.
7009: fnd_msg_pub.count_and_get
7010: ( p_count => x_msg_count,
7011: p_data => x_msg_data
7012: );

Line 7259: -- Standard Start of API savepoint

7255: WHERE cih.transaction_id = i_transaction_id
7256: AND cih.relationship_id = cir.relationship_id;
7257:
7258: BEGIN
7259: -- Standard Start of API savepoint
7260: --SAVEPOINT get_inst_relationship_hist;
7261:
7262: -- Standard call to check for call compatibility.
7263: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

7258: BEGIN
7259: -- Standard Start of API savepoint
7260: --SAVEPOINT get_inst_relationship_hist;
7261:
7262: -- Standard call to check for call compatibility.
7263: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
7264: p_api_version ,
7265: l_api_name ,
7266: g_pkg_name )

Line 7406: -- Standard check of p_commit.

7402: csi_ii_relationships_pvt.Resolve_id_columns(x_rel_history_tbl);
7403:
7404: -- End of API body
7405:
7406: -- Standard check of p_commit.
7407: /*
7408: IF FND_API.To_Boolean( p_commit ) THEN
7409: COMMIT WORK;
7410: END IF;

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

7417: END IF;
7418: -- End disable trace
7419: ****/
7420:
7421: -- Standard call to get message count and if count is get message info.
7422: FND_MSG_PUB.Count_And_Get
7423: (p_count => x_msg_count ,
7424: p_data => x_msg_data );
7425: