<h4>Reasoning:</h4>
<p>The company has deprecated the SOME_CUSTOMER_DEPRECATED_PACKAGE package.
Do not use this package.</p>
//subprogram_call[compound_name[@identifier = 'SOME_CUSTOMER_DEPRECATED_PACKAGE']]
/*
** SOME_CUSTOMER_DEPRECATED_PACKAGE should not be used any longer!
*/
BEGIN
SOME_CUSTOMER_DEPRECATED_PACKAGE.ANY_SUBPROGRAM();
END;
/