DBA Data[Home] [Help]

APPS.MTL_INV_VALIDATE_GRP dependencies on MTL_CYCLE_COUNT_ENTRIES

Line 208: p_cycle_count_entry_rec IN MTL_CYCLE_COUNT_ENTRIES%ROWTYPE )

204: END;
205: --
206: -- Dervies Item and SKU information from the given Count List Sequence
207: PROCEDURE Get_Item_SKU(
208: p_cycle_count_entry_rec IN MTL_CYCLE_COUNT_ENTRIES%ROWTYPE )
209: IS
210: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
211: BEGIN
212: -- Start OF comments

Line 221: -- p_cycle_count_entry_rec IN mtl_cycle_count_entries%rowtype (required)

217: -- Stores the cycle COUNT entries item and SKU information IN
218: -- package variables to use the information within this PGA session
219: -- Parameters:
220: -- IN :
221: -- p_cycle_count_entry_rec IN mtl_cycle_count_entries%rowtype (required)
222: -- Cycle COUNT entries RECORD information
223: --
224: -- END OF comments
225: DECLARE

Line 1065: FROM mtl_cycle_count_entries

1061: --
1062: -- Exists an OPEN request Status (uncounted=1,recount=3)
1063: CURSOR L_CCListSequence_Csr(ID NUMBER, Seq NUMBER, org NUMBER) IS
1064: SELECT *
1065: FROM mtl_cycle_count_entries
1066: WHERE
1067: cycle_count_header_id = ID
1068: AND organization_id = org
1069: AND count_list_sequence= seq