DBA Data[Home] [Help]

APPS.INV_LABEL_PVT2 dependencies on INV_RCV_COMMON_APIS

Line 1151: (inv_rcv_common_apis.g_inv_patch_level >= inv_rcv_common_apis.g_patchset_j)

1147: l_label_err_msg := NULL;
1148: l_debug := inv_label.l_debug;
1149:
1150: IF (
1151: (inv_rcv_common_apis.g_inv_patch_level >= inv_rcv_common_apis.g_patchset_j)
1152: AND(inv_rcv_common_apis.g_po_patch_level >= inv_rcv_common_apis.g_patchset_j_po)
1153: ) THEN
1154: l_patch_level := 1; --Patchset J and above
1155: ELSE

Line 1152: AND(inv_rcv_common_apis.g_po_patch_level >= inv_rcv_common_apis.g_patchset_j_po)

1148: l_debug := inv_label.l_debug;
1149:
1150: IF (
1151: (inv_rcv_common_apis.g_inv_patch_level >= inv_rcv_common_apis.g_patchset_j)
1152: AND(inv_rcv_common_apis.g_po_patch_level >= inv_rcv_common_apis.g_patchset_j_po)
1153: ) THEN
1154: l_patch_level := 1; --Patchset J and above
1155: ELSE
1156: l_patch_level := 0; --Below Patchset J

Line 1220: l_receipt_number := inv_rcv_common_apis.g_rcv_global_var.receipt_num;

1216: */
1217: IF (p_label_type_info.business_flow_code IN(1, 2, 3, 4)
1218: AND(l_patch_level = 1)) THEN
1219: TRACE('Patchset J code');
1220: l_receipt_number := inv_rcv_common_apis.g_rcv_global_var.receipt_num;
1221:
1222: OPEN rt_serial_cur;
1223:
1224: FETCH rt_serial_cur

Line 1255: l_receipt_number := inv_rcv_common_apis.g_rcv_global_var.receipt_num;

1251: AND(p_label_type_info.business_flow_code IN(1, 2))
1252: AND(l_is_wms_org = TRUE)) THEN
1253: -- Receipt(1), Inspection(2) or Putaway Drop(4) and org is WMS enabled
1254: -- In an INV org there are no serial numbers at these points in the transaction.
1255: l_receipt_number := inv_rcv_common_apis.g_rcv_global_var.receipt_num;
1256:
1257: OPEN rti_serial_lpn_cur;
1258:
1259: FETCH rti_serial_lpn_cur

Line 1293: l_receipt_number := inv_rcv_common_apis.g_rcv_global_var.receipt_num;

1289: AND(l_is_wms_org = FALSE))
1290: )
1291: ) THEN
1292: -- Delivery(3) and org is an INV org.
1293: l_receipt_number := inv_rcv_common_apis.g_rcv_global_var.receipt_num;
1294:
1295: OPEN rti_serial_msnt_cur;
1296:
1297: FETCH rti_serial_msnt_cur

Line 3154: l_receipt_number := inv_rcv_common_apis.g_rcv_global_var.receipt_num;

3150: AND(p_label_type_info.business_flow_code IN(1, 2)
3151: AND(l_is_wms_org = TRUE))) THEN
3152: -- Receipt(1), Inspection(2) or Putaway Drop(4) and org is WMS enabled
3153: -- In an INV org there are no serial numbers at these points in the transaction.
3154: l_receipt_number := inv_rcv_common_apis.g_rcv_global_var.receipt_num;
3155:
3156: FETCH rti_serial_lpn_cur
3157: INTO l_inventory_item_id
3158: , l_organization_id