DBA Data[Home] [Help]

APPS.WIP_SFCB_UTILITIES dependencies on MTL_PARAMETERS

Line 986: -- mtl_parameters mp,

982: -- x_userid,
983: -- x_appl_id
984: --from
985: -- bom_calendar_dates bcd,
986: -- mtl_parameters mp,
987: -- wip_lines wl
988: --where
989: -- wl.line_id = p_line_id
990: --and mp.organization_id = wl.organization_id

Line 1021: mtl_parameters mp,

1017: WHERE wit.group_id = x_group_id
1018: and flm_timezone.client_to_calendar(wit.transaction_date) NOT IN (
1019: SELECT bcd.calendar_date
1020: FROM bom_calendar_dates bcd,
1021: mtl_parameters mp,
1022: wip_lines wl
1023: where
1024: wl.line_id = p_line_id
1025: and mp.organization_id = wl.organization_id