DBA Data[Home] [Help]

APPS.WIP_SF_CUSTOM_ATTRIBUTES dependencies on WIP_SF_CUSTOM_API

Line 65: wip_sf_custom_api.schedule_custom_api (

61: AND msik.organization_id = wfs.organization_id
62: AND mso.sales_order_id (+) = wfs.demand_source_header_id
63: AND wfs.organization_id = mp.organization_id;
64:
65: wip_sf_custom_api.schedule_custom_api (
66: scheduleNumber => sched_num,
67: orgCode => org_code,
68: lineCode => line_code,
69: opSeqID => opSeqID,

Line 139: wip_sf_custom_api.event_custom_api (

135: and bso.standard_operation_id (+) = bos2.standard_operation_id
136: and wl.line_id = wfs.line_id
137: and wl.organization_id = wfs.organization_id;
138:
139: wip_sf_custom_api.event_custom_api (
140: scheduleNumber => sched_num,
141: orgCode => org_code,
142: lineCode => line_code,
143: lineopSeqID => lineopSeqID,