DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_APIS dependencies on INV_RCV_COMMON_APIS

Line 2445: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN

2441: BEGIN
2442: x_return_status := g_ret_sts_success;
2443:
2444: -- If not patchsetJ then return from this place.
2445: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN
2446: IF (l_debug = 1) THEN
2447: print_debug('validate_lot_serial_info Return from the API call AS not pset J or below pset J level', 4);
2448: END IF;
2449: return TRUE ;

Line 2671: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN

2667: print_debug('Inside VALIDATE_LPN_INFO ... LPN_GROUP_ID:'||p_lpn_group_id,1);
2668: END IF;
2669:
2670: -- If not patchsetJ then return from this place.
2671: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN
2672: IF (l_debug = 1) THEN
2673: print_debug('VALIDATE_LPN_INFO: Return from the API call As not pset J or below pset J level', 4);
2674: END IF;
2675: return TRUE ;

Line 2855: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN

2851: -- print_debug('group_id =' || p_group_id, 4);
2852: -- print_debug('exist =' || l_exist, 4);
2853:
2854: -- If not patchsetJ then return from this place.
2855: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN
2856: IF (l_debug = 1) THEN
2857: print_debug('Explode_lpn Return from the API call AS not pset J or below pset J level', 4);
2858: END IF;
2859: return ;

Line 3248: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN

3244: */
3245: /*end , INVCONV */
3246:
3247: -- If not patchsetJ then return from this place.
3248: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN
3249: IF (l_debug = 1) THEN
3250: print_debug('process_txn: Return from the API call AS not pset J or below pset J level', 4);
3251: END IF;
3252: return TRUE ;

Line 3357: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN

3353:
3354: l_progress := '20';
3355:
3356: -- If not patchsetJ then return from this place.
3357: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN
3358: IF (l_debug = 1) THEN
3359: print_debug('Complete_lpn_group: Return from the API call AS not pset J or below pset J level', 4);
3360: END IF;
3361: return TRUE ;

Line 3729: l_new_txn_tb inv_rcv_common_apis.trans_rec_tb_tp;

3725: l_new_mmtt_id NUMBER;
3726: l_mmtts_to_split wms_atf_runtime_pub_apis.task_id_table_type;
3727: l_lot_control_code NUMBER;
3728: l_serial_control_code NUMBER;
3729: l_new_txn_tb inv_rcv_common_apis.trans_rec_tb_tp;
3730: l_temp NUMBER;
3731: l_sysdate DATE := Sysdate;
3732: l_debug NUMBER := Nvl(fnd_profile.value('INV_DEBUG_TRACE'), 0);
3733: l_progress VARCHAR2(10) := '0';

Line 4492: inv_rcv_common_apis.break

4488: l_serial_control_code,4);
4489: END IF;
4490:
4491: BEGIN
4492: inv_rcv_common_apis.break
4493: ( p_original_tid => l_orig_mmtt_rec.transaction_temp_id
4494: ,p_new_transactions_tb => l_new_txn_tb
4495: ,p_lot_control_code => l_lot_control_code
4496: ,p_serial_control_code => l_serial_control_code);