DBA Data[Home] [Help]

APPS.INV_CYC_LOVS dependencies on MTL_CC_SERIAL_NUMBERS

Line 10: SUBTYPE cc_serial_entry IS MTL_CC_SERIAL_NUMBERS%ROWTYPE;

6: /* Cycle Count Entry Record subtype */
7: SUBTYPE cc_entry IS MTL_CYCLE_COUNT_ENTRIES%ROWTYPE;
8:
9: /* Serial number cycle count entry record subtype */
10: SUBTYPE cc_serial_entry IS MTL_CC_SERIAL_NUMBERS%ROWTYPE;
11:
12:
13: -- Name: GET_CYC_LOV
14: --