DBA Data[Home] [Help]

APPS.INV_LABEL_PVT5 dependencies on WMS_EPC_PVT

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

2881: trace('EPC is a field included in the format, getting RFID/EPC related information from format');
2882: END IF;
2883: BEGIN
2884:
2885: -- Modified in R12 -- changed spec WMS_EPC_PVT.generate_epc()
2886: -- Added for 11.5.10+ RFID Compliance project
2887: -- New field : EPC
2888: -- When generate_epc API returns E (expected error) or U(expected error),
2889: -- it sets the error message, but generate xml with EPC as null

Line 2899: WMS_EPC_PVT.generate_epc

2895: IF (l_debug = 1) THEN
2896: trace('l_epc is null, calling generate_epc');
2897: END IF;
2898:
2899: WMS_EPC_PVT.generate_epc
2900: (p_org_id => v_lpn_content.organization_id,
2901: p_label_type_id => p_label_type_info.label_type_id, -- 5
2902: p_group_id => inv_label.epc_group_id,
2903: p_label_format_id => l_label_format_id,