DBA Data[Home] [Help]

APPS.IBY_ACCPPMTMTHD_PKG dependencies on IBY_ECAPP_PKG

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

86:
87: begin
88:
89: -- check to make sure input ecappid is valid
90: if (not iby_ecapp_pkg.ecappExists(i_ecappid)) then
91: --raise_application_error(-20550, 'ECApp id not registered',FALSE);
92: raise_application_error(-20000, 'IBY_20550#', FALSE);
93: end if;
94: