DBA Data[Home] [Help]

APPS.MTL_CCEOI_VAR_PVT dependencies on MTL_CYCLE_COUNT_ENTRIES

Line 130: G_CYCLE_COUNT_ENTRY_REC MTL_CYCLE_COUNT_ENTRIES%ROWTYPE;

126: -- Cycle Count header record
127: G_CYCLE_COUNT_HEADER_REC MTL_CYCLE_COUNT_HEADERS%ROWTYPE;
128: --
129: -- Cycle Count Entries record
130: G_CYCLE_COUNT_ENTRY_REC MTL_CYCLE_COUNT_ENTRIES%ROWTYPE;
131: --
132: -- Open request exist
133: G_OPEN_REQUEST BOOLEAN default FALSE;
134: --

Line 197: G_UOM_CODE MTL_CYCLE_COUNT_ENTRIES.COUNT_UOM_CURRENT%TYPE default null;

193: -- Primary unit of measure code of the current item
194: G_PRIMARY_UOM_CODE MTL_SYSTEM_ITEMS.PRIMARY_UOM_CODE%TYPE default null;
195: --
196: -- Unit of measure code
197: G_UOM_CODE MTL_CYCLE_COUNT_ENTRIES.COUNT_UOM_CURRENT%TYPE default null;
198: --
199: -- Count Quantity
200: G_COUNT_QUANTITY MTL_CC_ENTRIES_INTERFACE.COUNT_QUANTITY%TYPE default null;
201: --

Line 243: G_CC_ENTRY_REC_TMP MTL_CYCLE_COUNT_ENTRIES%ROWTYPE;

239: --
240: -- temporary record variable to include all changes for an processing of the
241: -- interface records. IF the the processing is not simulated then
242: -- the values of that record will be inserted into the DB
243: G_CC_ENTRY_REC_TMP MTL_CYCLE_COUNT_ENTRIES%ROWTYPE;
244: -- New record Type forentries interface
245: TYPE INV_CCEOI_TYPE IS RECORD(
246: cost_group_name VARCHAR2(40),
247: cost_group_id NUMBER,