DBA Data[Home] [Help]

APPS.AHL_PRD_PARTS_CHANGE_PVT dependencies on AHL_UC_INSTANCE_PVT

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

1507: CLOSE get_wip_job_csr;
1508:
1509: IF ( p_x_parts_rec.operation_type ='D') then
1510: IF G_DEBUG = 'Y' THEN
1511: AHL_DEBUG_PUB.debug('Before making a call to AHL_UC_INSTANCE_PVT.remove_instance.');
1512: END IF;
1513:
1514: -- find the path_position_id for the removed instance.
1515:

Line 1545: AHL_UC_INSTANCE_PVT.remove_instance(

1541: CLOSE get_curr_quantity_csr;
1542: END IF;
1543: --Call remove_instance
1544: IF( l_serialized = FND_API.G_TRUE OR p_x_parts_rec.Removed_Quantity = l_curr_config_qty)THEN
1545: AHL_UC_INSTANCE_PVT.remove_instance(
1546: p_api_version => 1.0,
1547: p_init_msg_list => FND_API.G_TRUE,
1548: p_commit => FND_API.G_FALSE,
1549: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 1607: AHL_UC_INSTANCE_PVT.remove_instance(

1603: END IF;
1604:
1605: ELSE -- non-serialized incomplete removal
1606:
1607: AHL_UC_INSTANCE_PVT.remove_instance(
1608: p_api_version => 1.0,
1609: p_init_msg_list => FND_API.G_TRUE,
1610: p_commit => FND_API.G_FALSE,
1611: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 1668: AHL_UC_INSTANCE_PVT.install_existing_instance(

1664: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1665: END IF;
1666:
1667: --Call install_existing_instance
1668: AHL_UC_INSTANCE_PVT.install_existing_instance(
1669: p_api_version => 1.0,
1670: p_init_msg_list => FND_API.G_TRUE,
1671: p_commit => FND_API.G_FALSE,
1672: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

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

1682: p_prod_user_flag => 'Y',
1683: x_warning_msg_tbl => x_warning_msg_tbl);
1684:
1685: IF G_DEBUG = 'Y' THEN
1686: AHL_DEBUG_PUB.debug('After making a call to AHL_UC_INSTANCE_PVT.install_existing_instance.');
1687: END IF;
1688:
1689: IF (x_return_status = FND_API.G_RET_STS_ERROR) then
1690: RAISE FND_API.G_EXC_ERROR;

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

1743:
1744: ELSIF ( p_x_parts_rec.operation_type ='C') then
1745:
1746: IF G_DEBUG = 'Y' THEN
1747: AHL_DEBUG_PUB.debug('Before making a call to AHL_UC_INSTANCE_PVT.install_existing_instance.');
1748: END IF;
1749:
1750: l_serialized := FND_API.G_FALSE;
1751: OPEN check_inst_nonserial(p_x_parts_rec.Installed_Instance_Id);

Line 1811: AHL_UC_INSTANCE_PVT.install_existing_instance(

1807:
1808:
1809: IF( l_serialized = FND_API.G_TRUE OR l_curr_config_qty = 0) THEN
1810: --Call install_existing_instance
1811: AHL_UC_INSTANCE_PVT.install_existing_instance(
1812: p_api_version => 1.0,
1813: p_init_msg_list => FND_API.G_TRUE,
1814: p_commit => FND_API.G_FALSE,
1815: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

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

1831: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1832: END IF;
1833:
1834: IF G_DEBUG = 'Y' THEN
1835: AHL_DEBUG_PUB.debug('After making a call to AHL_UC_INSTANCE_PVT.install_existing_instance.');
1836: END IF;
1837: ELSIF( l_serialized = FND_API.G_FALSE AND l_curr_config_qty <> 0) THEN
1838: AHL_UC_INSTANCE_PVT.remove_instance(
1839: p_api_version => 1.0,

Line 1838: AHL_UC_INSTANCE_PVT.remove_instance(

1834: IF G_DEBUG = 'Y' THEN
1835: AHL_DEBUG_PUB.debug('After making a call to AHL_UC_INSTANCE_PVT.install_existing_instance.');
1836: END IF;
1837: ELSIF( l_serialized = FND_API.G_FALSE AND l_curr_config_qty <> 0) THEN
1838: AHL_UC_INSTANCE_PVT.remove_instance(
1839: p_api_version => 1.0,
1840: p_init_msg_list => FND_API.G_TRUE,
1841: p_commit => FND_API.G_FALSE,
1842: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 1932: AHL_UC_INSTANCE_PVT.install_existing_instance(

1928: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1929: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1930: END IF;
1931: -- install the instance back
1932: AHL_UC_INSTANCE_PVT.install_existing_instance(
1933: p_api_version => 1.0,
1934: p_init_msg_list => FND_API.G_TRUE,
1935: p_commit => FND_API.G_FALSE,
1936: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

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

1952: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1953: END IF;
1954:
1955: IF G_DEBUG = 'Y' THEN
1956: AHL_DEBUG_PUB.debug('After making a call to AHL_UC_INSTANCE_PVT.install_existing_instance.');
1957: END IF;
1958: END IF;
1959:
1960: ELSIF (p_x_parts_rec.operation_type ='M') then

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

1959:
1960: ELSIF (p_x_parts_rec.operation_type ='M') then
1961:
1962: IF G_DEBUG = 'Y' THEN
1963: AHL_DEBUG_PUB.debug('Before making a call to AHL_UC_INSTANCE_PVT.swap_instance.');
1964: END IF;
1965: --Call swap_instance
1966: AHL_UC_INSTANCE_PVT.swap_instance(
1967: p_api_version => 1.0,

Line 1966: AHL_UC_INSTANCE_PVT.swap_instance(

1962: IF G_DEBUG = 'Y' THEN
1963: AHL_DEBUG_PUB.debug('Before making a call to AHL_UC_INSTANCE_PVT.swap_instance.');
1964: END IF;
1965: --Call swap_instance
1966: AHL_UC_INSTANCE_PVT.swap_instance(
1967: p_api_version => 1.0,
1968: p_init_msg_list => FND_API.G_TRUE,
1969: p_commit => FND_API.G_FALSE,
1970: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

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

1981: p_prod_user_flag => 'Y',
1982: x_warning_msg_tbl => x_warning_msg_tbl);
1983:
1984: IF G_DEBUG = 'Y' THEN
1985: AHL_DEBUG_PUB.debug('After making a call to AHL_UC_INSTANCE_PVT.swap_instance.');
1986: END IF;
1987:
1988: IF (x_return_status = FND_API.G_RET_STS_ERROR) then
1989: RAISE FND_API.G_EXC_ERROR;

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

2038: x_path_position_id => x_path_position_id);
2039:
2040: IF G_DEBUG = 'Y' THEN
2041: AHL_DEBUG_PUB.debug('p_x_parts_rec.Installed_Instance_Id ' ||p_x_parts_rec.Installed_Instance_Id);
2042: AHL_DEBUG_PUB.debug('After Install/swap AHL_UC_INSTANCE_PVT' || x_path_position_id);
2043: END IF;
2044:
2045: IF (x_return_status = FND_API.G_RET_STS_ERROR) then
2046: RAISE FND_API.G_EXC_ERROR;