DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_APIS dependencies on INV_RCV_COMMON_APIS

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

2470: BEGIN
2471: x_return_status := g_ret_sts_success;
2472:
2473: -- If not patchsetJ then return from this place.
2474: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN
2475: IF (l_debug = 1) THEN
2476: print_debug('validate_lot_serial_info Return from the API call AS not pset J or below pset J level', 4);
2477: END IF;
2478: return TRUE ;

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

2696: print_debug('Inside VALIDATE_LPN_INFO ... LPN_GROUP_ID:'||p_lpn_group_id,1);
2697: END IF;
2698:
2699: -- If not patchsetJ then return from this place.
2700: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN
2701: IF (l_debug = 1) THEN
2702: print_debug('VALIDATE_LPN_INFO: Return from the API call As not pset J or below pset J level', 4);
2703: END IF;
2704: return TRUE ;

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

2880: -- print_debug('group_id =' || p_group_id, 4);
2881: -- print_debug('exist =' || l_exist, 4);
2882:
2883: -- If not patchsetJ then return from this place.
2884: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN
2885: IF (l_debug = 1) THEN
2886: print_debug('Explode_lpn Return from the API call AS not pset J or below pset J level', 4);
2887: END IF;
2888: return ;

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

3273: */
3274: /*end , INVCONV */
3275:
3276: -- If not patchsetJ then return from this place.
3277: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN
3278: IF (l_debug = 1) THEN
3279: print_debug('process_txn: Return from the API call AS not pset J or below pset J level', 4);
3280: END IF;
3281: return TRUE ;

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

3384:
3385: l_progress := '20';
3386:
3387: -- If not patchsetJ then return from this place.
3388: IF (inv_rcv_common_apis.g_inv_patch_level < inv_rcv_common_apis.g_patchset_j) THEN
3389: IF (l_debug = 1) THEN
3390: print_debug('Complete_lpn_group: Return from the API call AS not pset J or below pset J level', 4);
3391: END IF;
3392: return TRUE ;

Line 3798: l_new_txn_tb inv_rcv_common_apis.trans_rec_tb_tp;

3794: l_new_mmtt_id NUMBER;
3795: l_mmtts_to_split wms_atf_runtime_pub_apis.task_id_table_type;
3796: l_lot_control_code NUMBER;
3797: l_serial_control_code NUMBER;
3798: l_new_txn_tb inv_rcv_common_apis.trans_rec_tb_tp;
3799: l_temp NUMBER;
3800: l_sysdate DATE := Sysdate;
3801: l_debug NUMBER := Nvl(fnd_profile.value('INV_DEBUG_TRACE'), 0);
3802: l_progress VARCHAR2(10) := '0';

Line 4561: inv_rcv_common_apis.break

4557: l_serial_control_code,4);
4558: END IF;
4559:
4560: BEGIN
4561: inv_rcv_common_apis.break
4562: ( p_original_tid => l_orig_mmtt_rec.transaction_temp_id
4563: ,p_new_transactions_tb => l_new_txn_tb
4564: ,p_lot_control_code => l_lot_control_code
4565: ,p_serial_control_code => l_serial_control_code);