DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on WMS_EPC_PVT

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

3258: trace('EPC is a field included in the format, getting RFID/EPC related information from format');
3259: END IF;
3260: BEGIN
3261:
3262: -- Modified in R12-- changed spec WMS_EPC_PVT.generate_epc()
3263: -- Added for 11.5.10+ RFID Compliance project
3264: -- New field : EPC
3265: -- When generate_epc API returns E (expected error) or U(expected error),
3266: -- it sets the error message, but generate xml with EPC as null

Line 3276: WMS_EPC_PVT.generate_epc

3272: IF (l_debug = 1) THEN
3273: trace('l_epc is null, calling generate_epc');
3274: END IF;
3275:
3276: WMS_EPC_PVT.generate_epc
3277: (p_org_id => v_lpn_content.organization_id,
3278: p_label_type_id => p_label_type_info.label_type_id, -- 4
3279: p_group_id => inv_label.epc_group_id,
3280: p_label_format_id => l_label_format_id,