DBA Data[Home] [Help]

APPS.AHL_COMPLEX_MX_RWSC_PVT dependencies on AHL_UC_TREE_PVT

Line 623: l_uc_descendant_tbl AHL_UC_TREE_PVT.uc_descendant_tbl_type;

619: l_return_status VARCHAR2(1);
620: l_msg_count NUMBER;
621: l_msg_data VARCHAR2(2000);
622:
623: l_uc_descendant_tbl AHL_UC_TREE_PVT.uc_descendant_tbl_type;
624: l_unit_name VARCHAR2(80);
625: l_root_instance_id NUMBER;
626:
627: CURSOR get_max_pk_count IS

Line 772: AHL_UC_TREE_PVT.get_whole_uc_tree(

768: OPEN uc_header_information(p_unit_header_id);
769: FETCH uc_header_information INTO l_unit_name,l_root_instance_id;
770: CLOSE uc_header_information;
771:
772: AHL_UC_TREE_PVT.get_whole_uc_tree(
773: p_api_version => 1.0,
774: p_init_msg_list => FND_API.G_TRUE,
775: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
776: x_return_status => l_return_status,