DBA Data[Home] [Help]

APPS.INV_LABEL_PVT3 dependencies on WMS_EPC_PVT

Line 1632: -- R12 changed the call-- changed spec WMS_EPC_PVT.generate_epc()

1628: -- New field : EPC
1629: -- When generate_epc API returns E (expected error) or U(expected error),
1630: -- it sets the error message, but generate xml with EPC as null
1631:
1632: -- R12 changed the call-- changed spec WMS_EPC_PVT.generate_epc()
1633:
1634: WMS_EPC_PVT.generate_epc
1635: (p_org_id => v_lpn_content.organization_id,
1636: p_label_type_id => p_label_type_info.label_type_id, -- 3

Line 1634: WMS_EPC_PVT.generate_epc

1630: -- it sets the error message, but generate xml with EPC as null
1631:
1632: -- R12 changed the call-- changed spec WMS_EPC_PVT.generate_epc()
1633:
1634: WMS_EPC_PVT.generate_epc
1635: (p_org_id => v_lpn_content.organization_id,
1636: p_label_type_id => p_label_type_info.label_type_id, -- 3
1637: p_group_id => inv_label.epc_group_id,
1638: p_label_format_id => l_label_format_id,