DBA Data[Home] [Help]

APPS.PAY_JP_RESULT_PKG dependencies on STANDARD

Line 155: -- Since using object type is a violation of Apps standards, we cannot use

151: *************************************************************************** */
152: --
153: -- BUG1899306
154: --
155: -- Since using object type is a violation of Apps standards, we cannot use
156: -- EXECUTE IMMEDIATE. That's why fetching balance feed informations was modified
157: -- to using DBMS_SQL package.
158: --
159: l_feed_bals dbms_sql.Number_Table;