DBA Data[Home] [Help]

APPS.ZPB_AC_OPS dependencies on ZPB_DC_OBJECTS_PVT

Line 1886: zpb_dc_objects_pvt.delete_template(

1882: analysis_cycle_id = ac_id_in;
1883:
1884: -- now delete any Data Collection templates
1885: -- associated with this cycle
1886: zpb_dc_objects_pvt.delete_template(
1887: 1.0, FND_API.G_TRUE, FND_API.G_FALSE, FND_API.G_VALID_LEVEL_FULL,
1888: l_return_status, l_msg_count, l_msg_data, ac_id_in);
1889:
1890: zpb_dc_objects_pvt.delete_template(

Line 1890: zpb_dc_objects_pvt.delete_template(

1886: zpb_dc_objects_pvt.delete_template(
1887: 1.0, FND_API.G_TRUE, FND_API.G_FALSE, FND_API.G_VALID_LEVEL_FULL,
1888: l_return_status, l_msg_count, l_msg_data, ac_id_in);
1889:
1890: zpb_dc_objects_pvt.delete_template(
1891: 1.0, FND_API.G_TRUE, FND_API.G_FALSE, FND_API.G_VALID_LEVEL_FULL,
1892: l_return_status, l_msg_count, l_msg_data, tmp_ac_id);
1893:
1894: zpb_dc_objects_pvt.delete_template(

Line 1894: zpb_dc_objects_pvt.delete_template(

1890: zpb_dc_objects_pvt.delete_template(
1891: 1.0, FND_API.G_TRUE, FND_API.G_FALSE, FND_API.G_VALID_LEVEL_FULL,
1892: l_return_status, l_msg_count, l_msg_data, tmp_ac_id);
1893:
1894: zpb_dc_objects_pvt.delete_template(
1895: 1.0, FND_API.G_TRUE, FND_API.G_FALSE, FND_API.G_VALID_LEVEL_FULL,
1896: l_return_status, l_msg_count, l_msg_data, edit_ac_id);
1897:
1898: --Loop over all completed/errored instances and delete them

Line 1922: zpb_dc_objects_pvt.delete_template(

1918: */
1919:
1920: -- now delete any Data Collection templates
1921: -- associated with this cycle
1922: zpb_dc_objects_pvt.delete_template(
1923: 1.0, FND_API.G_TRUE, FND_API.G_FALSE, FND_API.G_VALID_LEVEL_FULL,
1924: l_return_status, l_msg_count, l_msg_data, instance_rec.instance_ac_id);
1925: END LOOP;
1926: END IF;

Line 1953: zpb_dc_objects_pvt.delete_template(

1949: ZPB_WF.DeleteCurrInstMeas(ac_id_in, ownerid);
1950:
1951: -- now delete any Data Collection templates
1952: -- associated with this cycle
1953: zpb_dc_objects_pvt.delete_template(
1954: 1.0, FND_API.G_TRUE, FND_API.G_FALSE, FND_API.G_VALID_LEVEL_FULL,
1955: l_return_status, l_msg_count, l_msg_data, ac_id_in);
1956:
1957: END IF;