DBA Data[Home] [Help]

APPS.AHL_DI_ASSO_DOC_GEN_PVT dependencies on AHL_MC_HEADERS_B

Line 184: FROM ahl_mc_headers_b header,ahl_mc_relationships relationship

180: -- Cursor to get MC status
181: CURSOR get_mc_status(c_relationship_id NUMBER)
182: IS
183: SELECT CONFIG_STATUS_CODE
184: FROM ahl_mc_headers_b header,ahl_mc_relationships relationship
185: WHERE relationship.relationship_id = c_relationship_id
186: AND header.mc_header_id = relationship.mc_header_id;
187:
188: --Cursor to get PC status