DBA Data[Home] [Help]

APPS.AHL_SB_RULES_PVT dependencies on AHL_FMP_PVT

Line 1065: l_mr_item_inst_tbl AHL_FMP_PVT.MR_Item_Instance_Tbl_Type;

1061:
1062: l_eff_mc_hdr_id_tbl t_mc_hdr_id_tbl;
1063: l_sb_mc_hdr_id_tbl t_mc_hdr_id_tbl;
1064:
1065: l_mr_item_inst_tbl AHL_FMP_PVT.MR_Item_Instance_Tbl_Type;
1066: l_mc_hdr_id NUMBER;
1067: l_dummy VARCHAR2(1);
1068: --
1069:

Line 1123: AHL_FMP_PVT.Get_MR_Affected_Items(

1119: -- p_mr_effectivity_id := NULL; need to look into all the effectivities of the MR
1120: -- p_top_node_flag := 'N'; no need to get the top instance
1121: -- p_unique_inst_flag := 'N'; no need to get DISTINCT instances
1122: -- p_sort_flag := 'N'; no need to get a sorted list of instances
1123: AHL_FMP_PVT.Get_MR_Affected_Items(
1124: p_api_version => 1.0,
1125: p_commit => p_commit,
1126: p_mr_header_id => p_mr_header_id,
1127: x_mr_item_inst_tbl => l_mr_item_inst_tbl,

Line 1135: FND_LOG.string(l_log_statement, l_full_name, 'AHL_FMP_PVT.Get_MR_Affected_Items call errored out');

1131: );
1132:
1133: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1134: IF (l_log_statement >= l_log_current_level) THEN
1135: FND_LOG.string(l_log_statement, l_full_name, 'AHL_FMP_PVT.Get_MR_Affected_Items call errored out');
1136: END IF;
1137: RAISE FND_API.G_EXC_ERROR;
1138: END IF;
1139:

Line 1913: l_mr_item_inst_tbl AHL_FMP_PVT.MR_Item_Instance_Tbl_Type;

1909: l_api_version CONSTANT NUMBER := 1.0;
1910: l_api_name CONSTANT VARCHAR2(30) := 'Get_Affected_MC';
1911: l_full_name CONSTANT VARCHAR2(100) := 'ahl.plsql.'||G_PKG_NAME||'.'||l_api_name;
1912:
1913: l_mr_item_inst_tbl AHL_FMP_PVT.MR_Item_Instance_Tbl_Type;
1914: l_mc_hdr_id NUMBER;
1915: l_dummy VARCHAR2(1);
1916: --
1917:

Line 1967: AHL_FMP_PVT.Get_MR_Affected_Items(

1963: -- p_mr_effectivity_id := NULL; need to look into all the effectivities of the MR
1964: -- p_top_node_flag := 'N'; no need to get the top instance
1965: -- p_unique_inst_flag := 'N'; no need to get DISTINCT instances
1966: -- p_sort_flag := 'N'; no need to get a sorted list of instances
1967: AHL_FMP_PVT.Get_MR_Affected_Items(
1968: p_api_version => 1.0,
1969: p_init_msg_list => p_init_msg_list,
1970: p_validation_level => p_validation_level,
1971: p_mr_header_id => p_mr_header_id,

Line 1980: FND_LOG.string(l_log_statement, l_full_name, 'AHL_FMP_PVT.Get_MR_Affected_Items call errored out');

1976: );
1977:
1978: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1979: IF (l_log_statement >= l_log_current_level) THEN
1980: FND_LOG.string(l_log_statement, l_full_name, 'AHL_FMP_PVT.Get_MR_Affected_Items call errored out');
1981: END IF;
1982: RAISE FND_API.G_EXC_ERROR;
1983: END IF;
1984: