DBA Data[Home] [Help]

APPS.CN_COLLECTION_CUSTOM_GEN dependencies on CN_TABLE_MAPS_PVT

Line 146: cn_table_maps_pvt.get_sql_clauses( p_api_version => 1.0,

142: x_org_id => l_org_id);
143: --+
144: -- Generate the FROM and WHERE clauses. Changed position fo fix Bug 6203234
145: --+
146: cn_table_maps_pvt.get_sql_clauses( p_api_version => 1.0,
147: x_return_status => l_return_status,
148: x_msg_count => l_msg_count,
149: x_msg_data => l_msg_data,
150: p_table_map_id => x_table_map_id,

Line 394: cn_table_maps_pvt.get_sql_clauses( p_api_version => 1.0,

390: AND org_id = l_org_id;
391: --+
392: -- Generate the FROM and WHERE clause code. Moved here to fix Bug 6203234
393: --+
394: cn_table_maps_pvt.get_sql_clauses( p_api_version => 1.0,
395: x_return_status => l_return_status,
396: x_msg_count => l_msg_count,
397: x_msg_data => l_msg_data,
398: p_table_map_id => x_table_map_id,