DBA Data[Home] [Help]

APPS.MSC_REL_WF dependencies on MSC_REL_PLAN_PUB

Line 2225: p_count := msc_rel_plan_pub.load_wip_discrete_jobs(

2221: msc_util.msc_debug('owning instance id='||p_owning_instance);
2222:
2223: if p_load_type = WIP_DIS_MASS_LOAD then
2224:
2225: p_count := msc_rel_plan_pub.load_wip_discrete_jobs(
2226: p_plan_id,
2227: p_org_id,
2228: p_instance_id,
2229: p_owning_org,

Line 2238: p_count := msc_rel_plan_pub.load_repetitive_schedules(

2234: null,
2235: p_apps_ver);
2236:
2237: elsif p_load_type = WIP_REP_MASS_LOAD then
2238: p_count := msc_rel_plan_pub.load_repetitive_schedules(
2239: p_plan_id,
2240: p_org_id,
2241: p_instance_id,
2242: p_owning_org,

Line 2250: p_count := msc_rel_plan_pub.reschedule_wip_discrete_jobs(

2246: null,
2247: null);
2248:
2249: elsif p_load_type = WIP_DIS_MASS_RESCHEDULE then
2250: p_count := msc_rel_plan_pub.reschedule_wip_discrete_jobs(
2251: p_plan_id,
2252: p_org_id,
2253: p_instance_id,
2254: p_owning_org,

Line 2270: p_count := msc_rel_plan_pub.load_po_requisitions(

2266: p_instance_id => p_instance_id,
2267: p_calling_source => 'PACKAGE',
2268: p_profile_value => p_po_group_by);
2269:
2270: p_count := msc_rel_plan_pub.load_po_requisitions(
2271: p_plan_id,
2272: p_org_id,
2273: p_instance_id,
2274: p_owning_org,

Line 2282: p_count := msc_rel_plan_pub.load_osfm_lot_jobs(

2278: p_po_batch_number,
2279: null,
2280: null);
2281: elsif p_load_type = LOT_BASED_JOB_LOAD then
2282: p_count := msc_rel_plan_pub.load_osfm_lot_jobs(
2283: p_plan_id,
2284: p_org_id,
2285: p_instance_id,
2286: p_owning_org,

Line 2294: p_count := msc_rel_plan_pub.reschedule_osfm_lot_jobs(

2290: null,
2291: null,
2292: p_apps_ver);
2293: elsif p_load_type = LOT_BASED_JOB_RESCHEDULE then
2294: p_count := msc_rel_plan_pub.reschedule_osfm_lot_jobs(
2295: p_plan_id,
2296: p_org_id,
2297: p_instance_id,
2298: p_owning_org,