DBA Data[Home] [Help]

APPS.RCV_CHARGES_GRP dependencies on RCV_CHARGES_GRP

Line 1: PACKAGE BODY RCV_CHARGES_GRP AS

1: PACKAGE BODY RCV_CHARGES_GRP AS
2: /* $Header: RCVGFSCB.pls 120.11.12010000.2 2010/01/25 22:43:25 vthevark ship $*/
3:
4: -- package globals
5: g_base_weight_uom mtl_units_of_measure.unit_of_measure%TYPE;

Line 1013: asn_debug.put_line('RCV_CHARGES_GRP: Process_Charges: interface charge'||

1009: );
1010: EXCEPTION
1011: WHEN others THEN
1012: l_charge_interface_table(i).transaction_status_code := 'E';
1013: asn_debug.put_line('RCV_CHARGES_GRP: Process_Charges: interface charge'||
1014: l_charge_interface_table(i).interface_charge_id ||' failed');
1015: END;
1016: END LOOP; --}
1017:

Line 1069: asn_debug.put_line('RCV_CHARGES_GRP.Process_Charges: Unexpected exception:');

1065: WHEN OTHERS THEN
1066: -- pass out an error return status to fail the item transaction
1067: x_return_status := FND_API.g_ret_sts_error;
1068: IF (g_asn_debug = 'Y') THEN
1069: asn_debug.put_line('RCV_CHARGES_GRP.Process_Charges: Unexpected exception:');
1070: asn_debug.put_line(SQLERRM);
1071: END IF;
1072:
1073: END Process_Charges;

Line 1075: END RCV_CHARGES_GRP;

1071: END IF;
1072:
1073: END Process_Charges;
1074:
1075: END RCV_CHARGES_GRP;
1076: