DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on WMS_EPC_PVT

Line 2481: -- Modified in R12-- changed spec WMS_EPC_PVT.generate_epc()

2477: trace('EPC is a field included in the format, getting RFID/EPC related information from format');
2478: END IF;
2479: BEGIN
2480:
2481: -- Modified in R12-- changed spec WMS_EPC_PVT.generate_epc()
2482: -- Added for 11.5.10+ RFID Compliance project
2483: -- New field : EPC
2484: -- When generate_epc API returns E (expected error) or U(expected error),
2485: -- it sets the error message, but generate xml with EPC as null

Line 2495: WMS_EPC_PVT.generate_epc

2491: IF (l_debug = 1) THEN
2492: trace('l_epc is null, calling generate_epc');
2493: END IF;
2494:
2495: WMS_EPC_PVT.generate_epc
2496: (p_org_id => v_lpn_content.organization_id,
2497: p_label_type_id => p_label_type_info.label_type_id, -- 4
2498: p_group_id => inv_label.epc_group_id,
2499: p_label_format_id => l_label_format_id,