DBA Data[Home] [Help]

APPS.AHL_DI_DOC_REVISION_PVT dependencies on AHL_MC_HEADERS_B

Line 515: FROM ahl_mc_headers_b header,ahl_mc_relationships relation

511: -- Cursor to get MC status
512: CURSOR get_mc_status(c_relationship_id NUMBER)
513: IS
514: SELECT CONFIG_STATUS_CODE
515: FROM ahl_mc_headers_b header,ahl_mc_relationships relation
516: WHERE relation.relationship_id = c_relationship_id
517: AND header.mc_header_id = relation.mc_header_id;
518:
519: --Cursor to get PC status