DBA Data[Home] [Help]

APPS.INV_ATTRIBUTE_CONTROL_PVT dependencies on MTL_CYCLE_COUNT_ENTRIES

Line 32: from mtl_cycle_count_entries

28: begin
29: -- check at org level
30: select count(1)
31: into l_org_count
32: from mtl_cycle_count_entries
33: where inventory_item_id = p_item_id and
34: organization_id = p_org_id and
35: entry_status_code = 2 and
36: rownum = 1;

Line 57: from mtl_cycle_count_entries

53: where organization_id = p_org_id;
54:
55: select count(1)
56: into l_master_count
57: from mtl_cycle_count_entries
58: where inventory_item_id = p_item_id and
59: (organization_id in
60: (select organization_id
61: from mtl_parameters