DBA Data[Home] [Help]

APPS.INV_LABEL_PVT5 dependencies on WMS_EPC_PVT

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

2318: trace('EPC is a field included in the format, getting RFID/EPC related information from format');
2319: END IF;
2320: BEGIN
2321:
2322: -- Modified in R12 -- changed spec WMS_EPC_PVT.generate_epc()
2323: -- Added for 11.5.10+ RFID Compliance project
2324: -- New field : EPC
2325: -- When generate_epc API returns E (expected error) or U(expected error),
2326: -- it sets the error message, but generate xml with EPC as null

Line 2336: WMS_EPC_PVT.generate_epc

2332: IF (l_debug = 1) THEN
2333: trace('l_epc is null, calling generate_epc');
2334: END IF;
2335:
2336: WMS_EPC_PVT.generate_epc
2337: (p_org_id => v_lpn_content.organization_id,
2338: p_label_type_id => p_label_type_info.label_type_id, -- 5
2339: p_group_id => inv_label.epc_group_id,
2340: p_label_format_id => l_label_format_id,