DBA Data[Home] [Help]

APPS.INVTROAP dependencies on BOM_CALENDAR_DATES

Line 1022: bom_calendar_dates c1,

1018:
1019: Select c1.calendar_date
1020: into l_mfg_cal_date
1021: from mtl_parameters o,
1022: bom_calendar_dates c1,
1023: bom_calendar_dates c
1024: where o.organization_id = l_org_id
1025: and c1.calendar_code = c.calendar_code
1026: and c1.exception_set_id = c.exception_set_id

Line 1023: bom_calendar_dates c

1019: Select c1.calendar_date
1020: into l_mfg_cal_date
1021: from mtl_parameters o,
1022: bom_calendar_dates c1,
1023: bom_calendar_dates c
1024: where o.organization_id = l_org_id
1025: and c1.calendar_code = c.calendar_code
1026: and c1.exception_set_id = c.exception_set_id
1027: and c1.seq_num = (nvl(c.seq_num,c.next_seq_num) + l_timeout_period)