DBA Data[Home] [Help]

APPS.MSC_REL_WF dependencies on MSC_REL_PLAN_PUB

Line 1974: p_count := msc_rel_plan_pub.load_wip_discrete_jobs(

1970: msc_util.msc_debug('owning instance id='||p_owning_instance);
1971:
1972: if p_load_type = WIP_DIS_MASS_LOAD then
1973:
1974: p_count := msc_rel_plan_pub.load_wip_discrete_jobs(
1975: p_plan_id,
1976: p_org_id,
1977: p_instance_id,
1978: p_owning_org,

Line 1987: p_count := msc_rel_plan_pub.load_repetitive_schedules(

1983: null,
1984: p_apps_ver);
1985:
1986: elsif p_load_type = WIP_REP_MASS_LOAD then
1987: p_count := msc_rel_plan_pub.load_repetitive_schedules(
1988: p_plan_id,
1989: p_org_id,
1990: p_instance_id,
1991: p_owning_org,

Line 1999: p_count := msc_rel_plan_pub.reschedule_wip_discrete_jobs(

1995: null,
1996: null);
1997:
1998: elsif p_load_type = WIP_DIS_MASS_RESCHEDULE then
1999: p_count := msc_rel_plan_pub.reschedule_wip_discrete_jobs(
2000: p_plan_id,
2001: p_org_id,
2002: p_instance_id,
2003: p_owning_org,

Line 2019: p_count := msc_rel_plan_pub.load_po_requisitions(

2015: p_instance_id => p_instance_id,
2016: p_calling_source => 'PACKAGE',
2017: p_profile_value => p_po_group_by);
2018:
2019: p_count := msc_rel_plan_pub.load_po_requisitions(
2020: p_plan_id,
2021: p_org_id,
2022: p_instance_id,
2023: p_owning_org,

Line 2031: p_count := msc_rel_plan_pub.load_osfm_lot_jobs(

2027: p_po_batch_number,
2028: null,
2029: null);
2030: elsif p_load_type = LOT_BASED_JOB_LOAD then
2031: p_count := msc_rel_plan_pub.load_osfm_lot_jobs(
2032: p_plan_id,
2033: p_org_id,
2034: p_instance_id,
2035: p_owning_org,

Line 2043: p_count := msc_rel_plan_pub.reschedule_osfm_lot_jobs(

2039: null,
2040: null,
2041: p_apps_ver);
2042: elsif p_load_type = LOT_BASED_JOB_RESCHEDULE then
2043: p_count := msc_rel_plan_pub.reschedule_osfm_lot_jobs(
2044: p_plan_id,
2045: p_org_id,
2046: p_instance_id,
2047: p_owning_org,