DBA Data[Home] [Help]

APPS.CSD_REPAIR_MANAGER_UTIL dependencies on CSD_REPAIRS_UTIL

Line 2116: 'Calling csd_repairs_util.create_inst_party_relation');

2112: THEN
2113: -- need to create a new association.
2114: IF (Fnd_Log.LEVEL_PROCEDURE >= Fnd_Log.G_CURRENT_RUNTIME_LEVEL) THEN
2115: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_api_name,
2116: 'Calling csd_repairs_util.create_inst_party_relation');
2117: END IF;
2118:
2119: csd_repairs_util.create_inst_party_relation
2120: (p_api_version_number => 1.0,

Line 2119: csd_repairs_util.create_inst_party_relation

2115: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_api_name,
2116: 'Calling csd_repairs_util.create_inst_party_relation');
2117: END IF;
2118:
2119: csd_repairs_util.create_inst_party_relation
2120: (p_api_version_number => 1.0,
2121: p_commit => 'F',
2122: p_init_msg_list => 'F',
2123: x_return_status => x_return_status,

Line 2168: csd_repairs_util.change_item_ib_owner

2164: (p_in_param => l_create_tca_rel_in,
2165: x_out_param => l_create_tca_rel_out
2166: );
2167:
2168: csd_repairs_util.change_item_ib_owner
2169: (p_create_tca_relation => l_create_tca_rel_out.create_tca_rel_flag,
2170: p_instance_id => l_instance_id,
2171: p_new_owner_account_id => p_sr_rec.sr_account_id,
2172: p_new_owner_party_id => p_sr_rec.sr_party_id,

Line 2293: 'Calling CSD_REPAIRS_UTIL.GET_ENTITLEMENTS to get contracts if any.');

2289: -- we can possibly cache the information here.
2290: fnd_profile.get('SERVER_TIMEZONE_ID', l_server_tz_id);
2291: IF (Fnd_Log.LEVEL_PROCEDURE >= Fnd_Log.G_CURRENT_RUNTIME_LEVEL) THEN
2292: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_api_name,
2293: 'Calling CSD_REPAIRS_UTIL.GET_ENTITLEMENTS to get contracts if any.');
2294: END IF;
2295: CSD_REPAIRS_UTIL.GET_ENTITLEMENTS(
2296: p_api_version_number => 1.0,
2297: p_init_msg_list => fnd_api.g_false,

Line 2295: CSD_REPAIRS_UTIL.GET_ENTITLEMENTS(

2291: IF (Fnd_Log.LEVEL_PROCEDURE >= Fnd_Log.G_CURRENT_RUNTIME_LEVEL) THEN
2292: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_api_name,
2293: 'Calling CSD_REPAIRS_UTIL.GET_ENTITLEMENTS to get contracts if any.');
2294: END IF;
2295: CSD_REPAIRS_UTIL.GET_ENTITLEMENTS(
2296: p_api_version_number => 1.0,
2297: p_init_msg_list => fnd_api.g_false,
2298: p_commit => fnd_api.g_false,
2299: p_contract_number => null,