DBA Data[Home] [Help]

APPS.WIP_WOL_PROCESSOR dependencies on WIP_FLOW_UTILITIES

Line 257: l_errNum := wip_flow_utilities.create_flow_schedule(

253: --to do this we must insert into the wip_flow_schedules table
254: --which in turn inserts into the wip_entities table via a
255: --trigger
256:
257: l_errNum := wip_flow_utilities.create_flow_schedule(
258: p_wip_entity_id => l_wlcRec.wip_entity_id,
259: p_organization_id => l_wlcRec.organization_id,
260: p_last_update_date => l_wlcRec.last_update_date,
261: p_last_updated_by => l_wlcRec.last_updated_by ,