DBA Data[Home] [Help]

APPS.IBY_PAYEE_PKG dependencies on IBY_ECAPP_PKG

Line 172: if (not iby_ecapp_pkg.ecappExists(i_ecappid)) then

168:
169: BEGIN
170:
171: -- check to make sure ecappid is valid
172: if (not iby_ecapp_pkg.ecappExists(i_ecappid)) then
173: raise_application_error(-20000, 'IBY_20550#', FALSE);
174: end if;
175:
176: IF (payeeNameExists(i_payeename, '')) THEN