DBA Data[Home] [Help]

APPS.JAI_BOE_GENERAL_PKG dependencies on JAI_BOE_GENERAL_PKG

Line 1: PACKAGE BODY jai_boe_general_pkg AS

1: PACKAGE BODY jai_boe_general_pkg AS
2: /* $Header: jai_boe_general.plb 120.10 2011/07/22 10:04:03 zhhou noship $ */
3:
4: /* ===============================================
5: -- FUNCTION NAME:

Line 527: 'UPDATE TABLE in jai_boe_general_pkg.cancelled error:' ||

523:
524: EXCEPTION
525: WHEN OTHERS THEN
526: fnd_file.put_line(fnd_file.log,
527: 'UPDATE TABLE in jai_boe_general_pkg.cancelled error:' ||
528: Sqlcode||Sqlerrm);
529: END cancelled_boe;
530: -- Added by Qiong.liu for bug12621302 on 9-Jun-2011 END
531:

Line 532: END jai_boe_general_pkg;

528: Sqlcode||Sqlerrm);
529: END cancelled_boe;
530: -- Added by Qiong.liu for bug12621302 on 9-Jun-2011 END
531:
532: END jai_boe_general_pkg;