DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_APIS dependencies on INV_MOBILE_HELPER_FUNCTIONS

Line 30: inv_mobile_helper_functions.tracelog(p_err_msg => p_err_msg, p_module => g_pkg_name||'($Revision: 120.17.12020000.3 $)', p_level => p_level);

26: PROCEDURE print_debug(p_err_msg VARCHAR2, p_level NUMBER) IS
27: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
28: BEGIN
29: IF (l_debug = 1) THEN
30: inv_mobile_helper_functions.tracelog(p_err_msg => p_err_msg, p_module => g_pkg_name||'($Revision: 120.17.12020000.3 $)', p_level => p_level);
31: END IF;
32:
33: END print_debug;
34:

Line 1079: inv_mobile_helper_functions.sql_error (

1075: p_encoded => FND_API.G_FALSE
1076: , p_count => x_msg_count
1077: , p_data => x_msg_data );
1078: IF SQLCODE IS NOT NULL THEN
1079: inv_mobile_helper_functions.sql_error (
1080: 'INV_RCV_INTEGRATION_APIS.INSERT_MTLI',
1081: l_progress,
1082: SQLCODE);
1083: END IF;

Line 1900: inv_mobile_helper_functions.sql_error('INV_RCV_INTEGRATION_APIS.INSERT_MSNI', l_progress, SQLCODE);

1896: x_return_status := fnd_api.g_ret_sts_unexp_error;
1897: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
1898:
1899: IF SQLCODE IS NOT NULL THEN
1900: inv_mobile_helper_functions.sql_error('INV_RCV_INTEGRATION_APIS.INSERT_MSNI', l_progress, SQLCODE);
1901: END IF;
1902: END insert_msni;
1903:
1904: -- being called from iSP to validate the lot number

Line 2211: inv_mobile_helper_functions.sql_error(

2207: p_encoded => fnd_api.g_false
2208: , p_count => x_msg_count
2209: , p_data => x_msg_data);
2210: IF SQLCODE IS NOT NULL THEN
2211: inv_mobile_helper_functions.sql_error(
2212: 'INV_RCV_INTEGRATION_APIS.VALIDATE_LOT_NUMBER', SQLCODE, SQLERRM);
2213: END IF;
2214: RETURN FALSE;
2215: END validate_lot_number;

Line 2451: inv_mobile_helper_functions.sql_error(

2447: p_encoded => fnd_api.g_false
2448: , p_count => x_msg_count
2449: , p_data => x_msg_data);
2450: IF SQLCODE IS NOT NULL THEN
2451: inv_mobile_helper_functions.sql_error(
2452: 'INV_RCV_INTEGRATION_APIS.VALIDATE_SERIAL_RANGE', SQLCODE, SQLERRM);
2453: END IF;
2454: RETURN FALSE;
2455: END validate_serial_range;

Line 2794: inv_mobile_helper_functions.sql_error (

2790: WHEN OTHERS THEN
2791: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2792:
2793: IF SQLCODE IS NOT NULL THEN
2794: inv_mobile_helper_functions.sql_error (
2795: 'INV_RCV_INTEGRATION_APIS.VALIDATE_LPN_INFO',
2796: l_progress,
2797: SQLCODE);
2798: END IF;