DBA Data[Home] [Help]

APPS.AHL_VWP_RULES_PVT dependencies on AHL_MR_HEADERS_VL

Line 1162: FROM ahl_mr_headers_vl

1158: -- Added by sjayacha for Servie Request Integration
1159:
1160: CURSOR c_mr_title(c_mr_id IN NUMBER) IS
1161: SELECT title, description /*Bug 5758813- Fetch the description of the MR*/
1162: FROM ahl_mr_headers_vl
1163: WHERE mr_header_id = c_mr_id;
1164:
1165: CURSOR c_unit_eff_title(c_unit_eff_id IN NUMBER) IS
1166: SELECT substrb(title,1,80), description /*Bug 5758813 - Fetch the description.*/