DBA Data[Home] [Help]

APPS.WSH_BATCH_PROCESS dependencies on WSH_XC_UTIL

Line 2804: wsh_xc_util.log_exception(p_api_version => 1.0,

2800: p_msg_index_out => l_index_out);
2801: -- pass only first 2000 characters of l_buffer
2802: -- only for cases when l_buffer is not null
2803: IF l_buffer IS NOT NULL THEN
2804: wsh_xc_util.log_exception(p_api_version => 1.0,
2805: x_return_status => l_return_status,
2806: x_msg_count => l_msg_count,
2807: x_msg_data => l_msg_data,
2808: x_exception_id => l_exception_id,

Line 2962: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(

2958: -- End Bug 5624475 and ECO 5676263
2959: --
2960: FND_MESSAGE.SET_NAME('WSH', 'WSH_PD_DETAILS_STATUS');
2961: l_msg_string := NULL;
2962: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(
2963: p_lookup_code => p_select_criteria.delivery_lines_status,
2964: p_lookup_type => 'WSH_PD_DEL_LINE_STATUS' );
2965: FND_MESSAGE.SET_TOKEN('DETAILS_STATUS', l_msg_string);
2966: FND_FILE.put_line(FND_FILE.output,FND_MESSAGE.GET);

Line 3048: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(

3044: l_sc_WHERE := l_sc_WHERE ||'AND wdd.source_code = :x_source_code ';
3045: END IF;
3046:
3047: l_msg_string := NULL;
3048: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(
3049: p_lookup_code => p_select_criteria.source_code,
3050: p_lookup_type => 'WSH_PD_SOURCE_SYSTEM' );
3051: FND_MESSAGE.SET_NAME('WSH', 'WSH_PD_SOURCE_SYSTEM');
3052: FND_MESSAGE.SET_TOKEN('SOURCE_NAME', l_msg_string);

Line 3082: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(

3078: IF p_select_criteria.ship_method_code IS NOT NULL THEN
3079: l_sc_WHERE := l_sc_WHERE || 'AND wdd.ship_method_code = :x_ship_method_code ';
3080: FND_MESSAGE.SET_NAME('WSH', 'WSH_PD_SHIP_METHOD');
3081: l_msg_string := NULL;
3082: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(
3083: p_lookup_code => p_select_criteria.ship_method_code,
3084: p_lookup_type => 'SHIP_METHOD' );
3085: FND_MESSAGE.SET_TOKEN('SHIP_METHOD', l_msg_string);
3086: FND_FILE.put_line(FND_FILE.output,FND_MESSAGE.GET);

Line 3653: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(

3649: FND_FILE.put_line(FND_FILE.output,FND_MESSAGE.GET);
3650: FND_FILE.put_line(FND_FILE.output,'====================');
3651:
3652: FND_MESSAGE.SET_NAME('WSH', 'WSH_PD_PROCESSED_ENTITIES');
3653: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(
3654: p_lookup_code => p_entity_type,
3655: p_lookup_type => 'WSH_PD_ENTITY' );
3656: FND_MESSAGE.SET_TOKEN('ENTITY_TYPE', l_msg_string);
3657: FND_FILE.put_line(FND_FILE.output,FND_MESSAGE.GET);

Line 3726: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(

3722:
3723: IF l_deliveries_status IS NOT NULL THEN
3724: FND_MESSAGE.SET_NAME('WSH', 'WSH_PD_DELIVERIES_STATUS');
3725: l_msg_string := NULL;
3726: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(
3727: p_lookup_code => p_deliveries_status,
3728: p_lookup_type => 'WSH_PD_DEL_STATUS' );
3729: FND_MESSAGE.SET_TOKEN('DELIVERIES_STATUS', l_msg_string);
3730: FND_FILE.put_line(FND_FILE.output,FND_MESSAGE.GET);

Line 3826: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(

3822: IF p_ship_method_code IS NOT NULL THEN
3823:
3824: FND_MESSAGE.SET_NAME('WSH', 'WSH_PD_SHIP_METHOD');
3825: l_msg_string := NULL;
3826: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(
3827: p_lookup_code => p_ship_method_code,
3828: p_lookup_type => 'SHIP_METHOD' );
3829: FND_MESSAGE.SET_TOKEN('SHIP_METHOD', l_msg_string);
3830: FND_FILE.put_line(FND_FILE.output,FND_MESSAGE.GET);

Line 3837: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(

3833:
3834: IF l_grp_ship_method IS NOT NULL THEN
3835: FND_MESSAGE.SET_NAME('WSH', 'WSH_PD_GRP_SHIP_METHOD');
3836: l_msg_string := NULL;
3837: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(
3838: p_lookup_code => l_grp_ship_method,
3839: p_lookup_type => 'YES_NO' );
3840: FND_MESSAGE.SET_TOKEN('GRP_SHIP_METHOD', l_msg_string);
3841: FND_FILE.put_line(FND_FILE.output,FND_MESSAGE.GET);

Line 3848: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(

3844:
3845: IF l_grp_ship_from IS NOT NULL THEN
3846: FND_MESSAGE.SET_NAME('WSH', 'WSH_PD_GRP_SHIP_FROM');
3847: l_msg_string := NULL;
3848: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(
3849: p_lookup_code => l_grp_ship_from,
3850: p_lookup_type => 'YES_NO' );
3851: FND_MESSAGE.SET_TOKEN('GRP_SHIP_FROM', l_msg_string);
3852: FND_FILE.put_line(FND_FILE.output,FND_MESSAGE.GET);

Line 4085: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(

4081: END IF;
4082:
4083: IF l_autocreate_deliveries is not NULL THEN
4084: l_msg_string := NULL;
4085: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(
4086: p_lookup_code => l_autocreate_deliveries,
4087: p_lookup_type => 'YES_NO');
4088: FND_MESSAGE.SET_NAME('WSH', 'WSH_PD_AUTOCREATE_DEL');
4089: FND_MESSAGE.SET_TOKEN('AUTOCREATE_DEL', l_msg_string);

Line 4095: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(

4091: END IF;
4092:
4093: IF l_ac_del_criteria is not NULL THEN
4094: l_msg_string := NULL;
4095: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(
4096: p_lookup_code => l_ac_del_criteria,
4097: p_lookup_type => 'WSH_AC_DEL_CRITERIA');
4098: FND_MESSAGE.SET_NAME('WSH', 'WSH_PD_AC_DEL_CRITERIA');
4099: FND_MESSAGE.SET_TOKEN('AC_DEL_CRITERIA', l_msg_string);

Line 4105: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(

4101: END IF;
4102:
4103: IF l_append_deliveries is not NULL THEN
4104: l_msg_string := NULL;
4105: l_msg_string := WSH_XC_UTIL.Get_Lookup_Meaning(
4106: p_lookup_code => l_append_deliveries,
4107: p_lookup_type => 'YES_NO');
4108: FND_MESSAGE.SET_NAME('WSH', 'WSH_PD_APPEND_DEL');
4109: FND_MESSAGE.SET_TOKEN('APPEND_DEL', l_msg_string);