DBA Data[Home] [Help]

APPS.AHL_PRD_PRINT_PVT dependencies on AHL_UTIL_PKG

Line 1892: x_error_msg := AHL_UTIL_PKG.Get_Message_String('AHL_COM_PRINT_REQ_ERROR') || ' ' ||x_error_msg;

1888: FETCH get_jcg_error_csr into x_error_msg;
1889: CLOSE get_jcg_error_csr;
1890:
1891: IF(x_error_msg IS NOT NULL) THEN
1892: x_error_msg := AHL_UTIL_PKG.Get_Message_String('AHL_COM_PRINT_REQ_ERROR') || ' ' ||x_error_msg;
1893: END IF;
1894:
1895: RETURN x_error_msg;
1896: