DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on WMS_EPC_S2

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

2815:
2816: -- Added for R12 RFID Compliance project
2817: -- Set value for global variable EPC_GROUP_ID
2818: -- The value will be set to null at the end of label printing code
2819: SELECT WMS_EPC_S2.nextval INTO EPC_GROUP_ID FROM DUAL;
2820: IF (l_debug = 1) THEN
2821: trace(' Set EPC_GROUP_ID = '||EPC_GROUP_ID, TRACE_PROMPT, TRACE_LEVEL);
2822: END IF;
2823: