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.12.12010000.2 $)', 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.12.12010000.2 $)', p_level => p_level);
31: END IF;
32:
33: END print_debug;
34:

Line 1063: inv_mobile_helper_functions.sql_error (

1059: p_encoded => FND_API.G_FALSE
1060: , p_count => x_msg_count
1061: , p_data => x_msg_data );
1062: IF SQLCODE IS NOT NULL THEN
1063: inv_mobile_helper_functions.sql_error (
1064: 'INV_RCV_INTEGRATION_APIS.INSERT_MTLI',
1065: l_progress,
1066: SQLCODE);
1067: END IF;

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

1880: x_return_status := fnd_api.g_ret_sts_unexp_error;
1881: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
1882:
1883: IF SQLCODE IS NOT NULL THEN
1884: inv_mobile_helper_functions.sql_error('INV_RCV_INTEGRATION_APIS.INSERT_MSNI', l_progress, SQLCODE);
1885: END IF;
1886: END insert_msni;
1887:
1888: -- being called from iSP to validate the lot number

Line 2195: inv_mobile_helper_functions.sql_error(

2191: p_encoded => fnd_api.g_false
2192: , p_count => x_msg_count
2193: , p_data => x_msg_data);
2194: IF SQLCODE IS NOT NULL THEN
2195: inv_mobile_helper_functions.sql_error(
2196: 'INV_RCV_INTEGRATION_APIS.VALIDATE_LOT_NUMBER', SQLCODE, SQLERRM);
2197: END IF;
2198: RETURN FALSE;
2199: END validate_lot_number;

Line 2422: inv_mobile_helper_functions.sql_error(

2418: p_encoded => fnd_api.g_false
2419: , p_count => x_msg_count
2420: , p_data => x_msg_data);
2421: IF SQLCODE IS NOT NULL THEN
2422: inv_mobile_helper_functions.sql_error(
2423: 'INV_RCV_INTEGRATION_APIS.VALIDATE_SERIAL_RANGE', SQLCODE, SQLERRM);
2424: END IF;
2425: RETURN FALSE;
2426: END validate_serial_range;

Line 2765: inv_mobile_helper_functions.sql_error (

2761: WHEN OTHERS THEN
2762: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2763:
2764: IF SQLCODE IS NOT NULL THEN
2765: inv_mobile_helper_functions.sql_error (
2766: 'INV_RCV_INTEGRATION_APIS.VALIDATE_LPN_INFO',
2767: l_progress,
2768: SQLCODE);
2769: END IF;