DBA Data[Home] [Help]

APPS.AHL_VWP_RULES_PVT dependencies on AHL_MR_HEADERS_VL

Line 1148: FROM ahl_mr_headers_vl

1144: -- Added by sjayacha for Servie Request Integration
1145:
1146: CURSOR c_mr_title(c_mr_id IN NUMBER) IS
1147: SELECT title, description /*Bug 5758813- Fetch the description of the MR*/
1148: FROM ahl_mr_headers_vl
1149: WHERE mr_header_id = c_mr_id;
1150:
1151: CURSOR c_unit_eff_title(c_unit_eff_id IN NUMBER) IS
1152: SELECT substr(title,1,80), description /*Bug 5758813 - Fetch the description.*/