DBA Data[Home] [Help]

APPS.CSI_WIP_TRXS_PKG dependencies on CSI_II_RELATIONSHIPS_PUB

Line 2125: DEBUG('Error in csi_ii_relationships_pub.create_relationship, call to csi_process_txn_pvt.check_and_break_relation');

2121: p_csi_txn_rec => px_csi_txn_rec ,
2122: x_return_status => x_return_status);
2123:
2124: IF l_return_status <> fnd_api.g_ret_sts_success THEN
2125: DEBUG('Error in csi_ii_relationships_pub.create_relationship, call to csi_process_txn_pvt.check_and_break_relation');
2126: RAISE fnd_api.g_exc_error;
2127: END IF;
2128: -- End fix for bug 5655955 ( Bug 13503707)
2129: --End bug#13929565

Line 2137: p_pkg_name => 'csi_ii_relationships_pub',

2133: END LOOP;
2134: END IF;
2135:
2136: api_log(
2137: p_pkg_name => 'csi_ii_relationships_pub',
2138: p_api_name => 'create_relationship');
2139:
2140: csi_ii_relationships_pub.create_relationship(
2141: p_api_version => 1.0,

Line 2140: csi_ii_relationships_pub.create_relationship(

2136: api_log(
2137: p_pkg_name => 'csi_ii_relationships_pub',
2138: p_api_name => 'create_relationship');
2139:
2140: csi_ii_relationships_pub.create_relationship(
2141: p_api_version => 1.0,
2142: p_commit => fnd_api.g_false,
2143: p_init_msg_list => fnd_api.g_true,
2144: p_validation_level => fnd_api.g_valid_level_full,

Line 2152: debug('Error in csi_ii_relationships_pub.create_relationship.');

2148: x_msg_count => l_msg_count,
2149: x_msg_data => l_msg_data);
2150:
2151: IF l_return_status <> fnd_api.g_ret_sts_success THEN
2152: debug('Error in csi_ii_relationships_pub.create_relationship.');
2153: RAISE fnd_api.g_exc_error;
2154: END IF;
2155:
2156:

Line 6851: p_pkg_name => 'csi_ii_relationships_pub',

6847: debug('create_relationship.COUNT :'||l_c_iir_tbl.COUNT);
6848:
6849: IF l_c_iir_tbl.COUNT > 0 THEN
6850: api_log(
6851: p_pkg_name => 'csi_ii_relationships_pub',
6852: p_api_name => 'create_relationship');
6853:
6854: csi_ii_relationships_pub.create_relationship(
6855: p_api_version => 1.0,

Line 6854: csi_ii_relationships_pub.create_relationship(

6850: api_log(
6851: p_pkg_name => 'csi_ii_relationships_pub',
6852: p_api_name => 'create_relationship');
6853:
6854: csi_ii_relationships_pub.create_relationship(
6855: p_api_version => 1.0,
6856: p_commit => fnd_api.g_false,
6857: p_init_msg_list => fnd_api.g_true,
6858: p_validation_level => fnd_api.g_valid_level_full,

Line 6874: p_pkg_name => 'csi_ii_relationships_pub',

6870: debug('update_relationship.COUNT :'||l_u_iir_tbl.COUNT);
6871:
6872: IF l_u_iir_tbl.COUNT > 0 THEN
6873: api_log(
6874: p_pkg_name => 'csi_ii_relationships_pub',
6875: p_api_name => 'update_relationship');
6876:
6877: debug('No code here yet for update relationship...');
6878:

Line 7070: api_log(p_pkg_name => 'csi_ii_relationships_pub',p_api_name => 'create_relationship');

7066: debug('total components : '||l_ii_rltns_tbl.COUNT);
7067:
7068: IF l_ii_rltns_tbl.COUNT > 0 THEN
7069:
7070: api_log(p_pkg_name => 'csi_ii_relationships_pub',p_api_name => 'create_relationship');
7071:
7072: csi_ii_relationships_pub.create_relationship(
7073: p_api_version => 1.0,
7074: p_commit => fnd_api.g_false,

Line 7072: csi_ii_relationships_pub.create_relationship(

7068: IF l_ii_rltns_tbl.COUNT > 0 THEN
7069:
7070: api_log(p_pkg_name => 'csi_ii_relationships_pub',p_api_name => 'create_relationship');
7071:
7072: csi_ii_relationships_pub.create_relationship(
7073: p_api_version => 1.0,
7074: p_commit => fnd_api.g_false,
7075: p_init_msg_list => fnd_api.g_true,
7076: p_validation_level => fnd_api.g_valid_level_full,