DBA Data[Home] [Help]

APPS.WIP_UTILITIES dependencies on INV_LABEL

Line 177: INV_LABEL.print_label_wrap(x_return_status => p_ret_status,

173: end if;
174:
175: -- the p_txn_identifier is defined in INVLA10B.pls
176: -- 1 is MMTT, 2 is MTI, 3 MTRL, 4 WFS
177: INV_LABEL.print_label_wrap(x_return_status => p_ret_status,
178: x_msg_count => p_msg_count,
179: x_msg_data => p_msg_data,
180: x_label_status => p_label_status,
181: p_business_flow_code => p_business_flow_code,

Line 199: INV_LABEL.print_label_wrap(x_return_status => p_ret_status,

195: else
196: l_temp_id := inv_rec.transaction_temp_id;
197: end if;
198:
199: INV_LABEL.print_label_wrap(x_return_status => p_ret_status,
200: x_msg_count => p_msg_count,
201: x_msg_data => p_msg_data,
202: x_label_status => p_label_status,
203: p_business_flow_code => p_business_flow_code,

Line 282: inv_label.print_label_manual_wrap(p_business_flow_code => p_business_flow_code,

278: raise fnd_api.g_exc_unexpected_error;
279: end if;
280: end if;
281:
282: inv_label.print_label_manual_wrap(p_business_flow_code => p_business_flow_code,
283: p_label_type => p_label_type_id,
284: p_organization_id => p_organization_id,
285: p_inventory_item_id => p_inventory_item_id,
286: p_revision => p_revision,

Line 811: INV_LABEL.PRINT_LABEL_MANUAL_WRAP (

807: into l_org_id, l_item_id
808: from wip_discrete_jobs
809: where wip_entity_id = p_wip_entity_id;
810:
811: INV_LABEL.PRINT_LABEL_MANUAL_WRAP (
812: P_BUSINESS_FLOW_CODE => NULL,
813: P_LABEL_TYPE => 9,
814: P_ORGANIZATION_ID => l_org_id,
815: P_INVENTORY_ITEM_ID => NULL,

Line 833: wip_logger.log(p_msg => 'INV_LABEL.PRINT_LABEL_MANUAL_WRAP results',

829: X_MSG_COUNT => x_msg_count,
830: X_MSG_DATA => l_msg_data,
831: X_LABEL_STATUS => l_label_status);
832: if (l_logLevel <= wip_constants.trace_logging) then
833: wip_logger.log(p_msg => 'INV_LABEL.PRINT_LABEL_MANUAL_WRAP results',
834: x_returnStatus => l_returnStatus); --discard logging return status
835: wip_logger.log(p_msg => x_status,
836: x_returnStatus => l_returnStatus); --discard logging return status
837: wip_logger.log(p_msg => l_msg_data,

Line 846: INV_LABEL.PRINT_LABEL_MANUAL_WRAP (

842: FOR serial_num in job_serials(l_org_id,p_wip_entity_id,l_item_id) LOOP
843:
844: -- Start : Changes to fix bug #6860138 --
845: /***********
846: INV_LABEL.PRINT_LABEL_MANUAL_WRAP (
847: P_BUSINESS_FLOW_CODE => NULL,
848: P_LABEL_TYPE => 2,
849: P_ORGANIZATION_ID => l_org_id,
850: P_INVENTORY_ITEM_ID => l_item_id,

Line 879: wip_logger.log(p_msg => 'INV_LABEL.PRINT_LABEL_MANUAL_WRAP results for serial '||serial_num.serial_number,

875: );
876: -- End : Changes to fix bug #6860138 --
877:
878: if (l_logLevel <= wip_constants.trace_logging) then
879: wip_logger.log(p_msg => 'INV_LABEL.PRINT_LABEL_MANUAL_WRAP results for serial '||serial_num.serial_number,
880: x_returnStatus => l_returnStatus); --discard logging return status
881: wip_logger.log(p_msg => x_status,
882: x_returnStatus => l_returnStatus); --discard logging return status
883: wip_logger.log(p_msg => l_msg_data,

Line 1000: INV_LABEL.PRINT_LABEL_MANUAL_WRAP (

996: AND msi.organization_id = wdj.organization_id
997: AND msi.inventory_item_id = wdj.primary_item_id;
998: -- End : Changes to fix bug #6860138 --
999:
1000: INV_LABEL.PRINT_LABEL_MANUAL_WRAP (
1001: P_BUSINESS_FLOW_CODE => NULL,
1002: P_LABEL_TYPE => 2,
1003: P_ORGANIZATION_ID => p_org_id,
1004: P_INVENTORY_ITEM_ID => l_item_id,

Line 1064: INV_LABEL.PRINT_LABEL_WRAP (

1060: raise fnd_api.g_exc_unexpected_error;
1061: end if;
1062: end if;
1063:
1064: INV_LABEL.PRINT_LABEL_WRAP (
1065: X_RETURN_STATUS => x_status,
1066: X_MSG_COUNT => x_msg_count,
1067: X_MSG_DATA => x_msg,
1068: X_LABEL_STATUS => l_label_status,