DBA Data[Home] [Help]

APPS.INV_MWB_CYCLE_COUNT dependencies on MTL_CC_SCHEDULE_REQUESTS_S

Line 52: select mtl_cc_schedule_requests_s.nextval

48: from mtl_cc_subinventories
49: where cycle_count_header_id = p_cycle_count_header_id
50: and subinventory = p_subinventory_code;
51:
52: select mtl_cc_schedule_requests_s.nextval
53: into l_cycle_count_schedule_id
54: from dual;
55:
56: IF l_subs_ct = 0 then