DBA Data[Home] [Help]

APPS.WIP_INFRESSCHED_GRP dependencies on BOM_CALENDARS

Line 2074: from bom_calendars bc, mtl_parameters mp

2070: end if;
2071: --get the maximum date
2072: select bc.calendar_end_date
2073: into l_maxDate
2074: from bom_calendars bc, mtl_parameters mp
2075: where mp.organization_id = p_orgID
2076: and mp.calendar_code = bc.calendar_code;
2077:
2078: while(getNextResIdx(p_range, p_schedFlag, g_forward, x_resTbls, i)) loop

Line 2752: from bom_calendars bc, mtl_parameters mp

2748: --get the maximum date
2749:
2750: select bc.calendar_start_date
2751: into l_minDate
2752: from bom_calendars bc, mtl_parameters mp
2753: where mp.organization_id = p_orgID
2754: and mp.calendar_code = bc.calendar_code;
2755:
2756: while(getNextResIdx(p_range, p_schedFlag, g_backward, x_resTbls, i)) loop