DBA Data[Home] [Help]

APPS.MTL_INV_VALIDATE_GRP dependencies on BOM_CALENDAR_DATES

Line 84: from bom_calendar_dates

80: l_counter NUMBER := 0;
81:
82: cursor l_date_csr is
83: select calendar_date
84: from bom_calendar_dates
85: where calendar_code = p_calendar_code
86: and exception_set_id = p_exception_set_id
87: and seq_num in
88: (select seq_num + p_offset_days

Line 89: from bom_calendar_dates

85: where calendar_code = p_calendar_code
86: and exception_set_id = p_exception_set_id
87: and seq_num in
88: (select seq_num + p_offset_days
89: from bom_calendar_dates
90: where calendar_code = p_calendar_code
91: and exception_set_id = p_exception_set_id
92: and next_date = trunc(p_start_date));
93: