DBA Data[Home] [Help]

APPS.WIP_INFRESSCHED_GRP dependencies on BOM_CALENDARS

Line 1522: from bom_calendars bc, mtl_parameters mp

1518: end if;
1519: --get the maximum date
1520: select bc.calendar_end_date
1521: into l_maxDate
1522: from bom_calendars bc, mtl_parameters mp
1523: where mp.organization_id = p_orgID
1524: and mp.calendar_code = bc.calendar_code;
1525:
1526: while(getNextResIdx(p_range, p_schedFlag, g_forward, x_resTbls, i)) loop

Line 2181: from bom_calendars bc, mtl_parameters mp

2177: --get the maximum date
2178:
2179: select bc.calendar_start_date
2180: into l_minDate
2181: from bom_calendars bc, mtl_parameters mp
2182: where mp.organization_id = p_orgID
2183: and mp.calendar_code = bc.calendar_code;
2184:
2185: while(getNextResIdx(p_range, p_schedFlag, g_backward, x_resTbls, i)) loop