DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on WMS_EPC_S2

Line 2749: SELECT WMS_EPC_S2.nextval INTO EPC_GROUP_ID FROM DUAL;

2745:
2746: -- Added for R12 RFID Compliance project
2747: -- Set value for global variable EPC_GROUP_ID
2748: -- The value will be set to null at the end of label printing code
2749: SELECT WMS_EPC_S2.nextval INTO EPC_GROUP_ID FROM DUAL;
2750: IF (l_debug = 1) THEN
2751: trace(' Set EPC_GROUP_ID = '||EPC_GROUP_ID, TRACE_PROMPT, TRACE_LEVEL);
2752: END IF;
2753: