DBA Data[Home] [Help]

APPS.AHL_RM_OPERATION_PVT dependencies on AHL_DOC_TITLE_ASSOS_B

Line 1927: FROM ahl_doc_title_assos_b

1923:
1924: CURSOR get_doc_associations( c_OPERATION_id NUMBER )
1925: IS
1926: SELECT doc_title_asso_id
1927: FROM ahl_doc_title_assos_b
1928: WHERE aso_object_id = c_OPERATION_id
1929: AND aso_object_type_code = 'OPERATION';
1930:
1931: cursor validate_oper_ovn

Line 2704: SELECT AHL_DOC_TITLE_ASSOS_B_S.NEXTVAL

2700: END LOOP;
2701:
2702: -- 3.Copy Reference Documents
2703: FOR I in get_doc_associations( p_operation_id ) LOOP
2704: SELECT AHL_DOC_TITLE_ASSOS_B_S.NEXTVAL
2705: INTO l_doc_title_assos_id
2706: FROM DUAL;
2707: -- pekambar changes for bug # 9342005 -- start
2708: -- Passing wrong values to attribute1 to attribute15 are corrected