DBA Data[Home] [Help]

APPS.AHL_PRD_PARTS_CHANGE_PVT dependencies on AHL_UC_INSTANCE_PVT

Line 1550: AHL_DEBUG_PUB.debug('Before making a call to AHL_UC_INSTANCE_PVT.remove_instance.');

1546: CLOSE get_wip_job_csr;
1547:
1548: IF ( p_x_parts_rec.operation_type ='D') then
1549: IF G_DEBUG = 'Y' THEN
1550: AHL_DEBUG_PUB.debug('Before making a call to AHL_UC_INSTANCE_PVT.remove_instance.');
1551: END IF;
1552:
1553: -- find the path_position_id for the removed instance.
1554:

Line 1584: AHL_UC_INSTANCE_PVT.remove_instance(

1580: CLOSE get_curr_quantity_csr;
1581: END IF;
1582: --Call remove_instance
1583: IF( l_serialized = FND_API.G_TRUE OR p_x_parts_rec.Removed_Quantity = l_curr_config_qty)THEN
1584: AHL_UC_INSTANCE_PVT.remove_instance(
1585: p_api_version => 1.0,
1586: p_init_msg_list => FND_API.G_TRUE,
1587: p_commit => FND_API.G_FALSE,
1588: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 1646: AHL_UC_INSTANCE_PVT.remove_instance(

1642: END IF;
1643:
1644: ELSE -- non-serialized incomplete removal
1645:
1646: AHL_UC_INSTANCE_PVT.remove_instance(
1647: p_api_version => 1.0,
1648: p_init_msg_list => FND_API.G_TRUE,
1649: p_commit => FND_API.G_FALSE,
1650: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 1706: AHL_UC_INSTANCE_PVT.install_existing_instance(

1702: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1703: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1704: END IF;
1705: --Call install_existing_instance
1706: AHL_UC_INSTANCE_PVT.install_existing_instance(
1707: p_api_version => 1.0,
1708: p_init_msg_list => FND_API.G_TRUE,
1709: p_commit => FND_API.G_FALSE,
1710: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 1725: AHL_DEBUG_PUB.debug('After making a call to AHL_UC_INSTANCE_PVT.install_existing_instance.');

1721: p_validate_rule_flag => l_validate_rule_flag,
1722: x_warning_msg_tbl => x_warning_msg_tbl);
1723:
1724: IF G_DEBUG = 'Y' THEN
1725: AHL_DEBUG_PUB.debug('After making a call to AHL_UC_INSTANCE_PVT.install_existing_instance.');
1726: END IF;
1727:
1728: IF (x_return_status = FND_API.G_RET_STS_ERROR) then
1729: RAISE FND_API.G_EXC_ERROR;

Line 1786: AHL_DEBUG_PUB.debug('Before making a call to AHL_UC_INSTANCE_PVT.install_existing_instance.');

1782:
1783: ELSIF ( p_x_parts_rec.operation_type ='C') then
1784:
1785: IF G_DEBUG = 'Y' THEN
1786: AHL_DEBUG_PUB.debug('Before making a call to AHL_UC_INSTANCE_PVT.install_existing_instance.');
1787: END IF;
1788:
1789: l_serialized := FND_API.G_FALSE;
1790: OPEN check_inst_nonserial(p_x_parts_rec.Installed_Instance_Id);

Line 1850: AHL_UC_INSTANCE_PVT.install_existing_instance(

1846:
1847:
1848: IF( l_serialized = FND_API.G_TRUE OR l_curr_config_qty = 0) THEN
1849: --Call install_existing_instance
1850: AHL_UC_INSTANCE_PVT.install_existing_instance(
1851: p_api_version => 1.0,
1852: p_init_msg_list => FND_API.G_TRUE,
1853: p_commit => FND_API.G_FALSE,
1854: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 1875: AHL_DEBUG_PUB.debug('After making a call to AHL_UC_INSTANCE_PVT.install_existing_instance.');

1871: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1872: END IF;
1873:
1874: IF G_DEBUG = 'Y' THEN
1875: AHL_DEBUG_PUB.debug('After making a call to AHL_UC_INSTANCE_PVT.install_existing_instance.');
1876: END IF;
1877:
1878: -- Arunjk added for WO - WO cancellation for given instance
1879: CANCEL_WO_RESERVATION(P_X_PARTS_REC.INSTALLED_INSTANCE_ID);

Line 1883: AHL_UC_INSTANCE_PVT.remove_instance(

1879: CANCEL_WO_RESERVATION(P_X_PARTS_REC.INSTALLED_INSTANCE_ID);
1880: -- Arunjk added for WO - WO cancellation for given instance End
1881:
1882: ELSIF( l_serialized = FND_API.G_FALSE AND l_curr_config_qty <> 0) THEN
1883: AHL_UC_INSTANCE_PVT.remove_instance(
1884: p_api_version => 1.0,
1885: p_init_msg_list => FND_API.G_TRUE,
1886: p_commit => FND_API.G_FALSE,
1887: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 1977: AHL_UC_INSTANCE_PVT.install_existing_instance(

1973: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1974: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1975: END IF;
1976: -- install the instance back
1977: AHL_UC_INSTANCE_PVT.install_existing_instance(
1978: p_api_version => 1.0,
1979: p_init_msg_list => FND_API.G_TRUE,
1980: p_commit => FND_API.G_FALSE,
1981: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 2002: AHL_DEBUG_PUB.debug('After making a call to AHL_UC_INSTANCE_PVT.install_existing_instance.');

1998: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1999: END IF;
2000:
2001: IF G_DEBUG = 'Y' THEN
2002: AHL_DEBUG_PUB.debug('After making a call to AHL_UC_INSTANCE_PVT.install_existing_instance.');
2003: END IF;
2004: END IF;
2005:
2006: ELSIF (p_x_parts_rec.operation_type ='M') then

Line 2009: AHL_DEBUG_PUB.debug('Before making a call to AHL_UC_INSTANCE_PVT.swap_instance.');

2005:
2006: ELSIF (p_x_parts_rec.operation_type ='M') then
2007:
2008: IF G_DEBUG = 'Y' THEN
2009: AHL_DEBUG_PUB.debug('Before making a call to AHL_UC_INSTANCE_PVT.swap_instance.');
2010: END IF;
2011: --Call swap_instance
2012: AHL_UC_INSTANCE_PVT.swap_instance(
2013: p_api_version => 1.0,

Line 2012: AHL_UC_INSTANCE_PVT.swap_instance(

2008: IF G_DEBUG = 'Y' THEN
2009: AHL_DEBUG_PUB.debug('Before making a call to AHL_UC_INSTANCE_PVT.swap_instance.');
2010: END IF;
2011: --Call swap_instance
2012: AHL_UC_INSTANCE_PVT.swap_instance(
2013: p_api_version => 1.0,
2014: p_init_msg_list => FND_API.G_TRUE,
2015: p_commit => FND_API.G_FALSE,
2016: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 2031: AHL_DEBUG_PUB.debug('After making a call to AHL_UC_INSTANCE_PVT.swap_instance.');

2027: p_prod_user_flag => 'Y',
2028: x_warning_msg_tbl => x_warning_msg_tbl);
2029:
2030: IF G_DEBUG = 'Y' THEN
2031: AHL_DEBUG_PUB.debug('After making a call to AHL_UC_INSTANCE_PVT.swap_instance.');
2032: END IF;
2033:
2034: IF (x_return_status = FND_API.G_RET_STS_ERROR) then
2035: RAISE FND_API.G_EXC_ERROR;

Line 2092: AHL_DEBUG_PUB.debug('After Install/swap AHL_UC_INSTANCE_PVT' || x_path_position_id);

2088: x_path_position_id => x_path_position_id);
2089:
2090: IF G_DEBUG = 'Y' THEN
2091: AHL_DEBUG_PUB.debug('p_x_parts_rec.Installed_Instance_Id ' ||p_x_parts_rec.Installed_Instance_Id);
2092: AHL_DEBUG_PUB.debug('After Install/swap AHL_UC_INSTANCE_PVT' || x_path_position_id);
2093: END IF;
2094:
2095: IF (x_return_status = FND_API.G_RET_STS_ERROR) then
2096: RAISE FND_API.G_EXC_ERROR;