DBA Data[Home] [Help]

APPS.CSTPMRGL dependencies on CSTPMRGL

Line 1: PACKAGE BODY CSTPMRGL AS

1: PACKAGE BODY CSTPMRGL AS
2: /* $Header: CSTMRGLB.pls 120.17.12020000.2 2013/03/25 06:46:14 pbasrani ship $ */
3:
4: -- PROCEDURE
5: -- load_om_margin_data Loads Margin data for OM

Line 1741: raise_application_error(-20000, 'CSTPMRGL.load_om_margin_data(): Order Management is not active');

1737: EXCEPTION
1738:
1739: WHEN OM_NOT_ACTIVE_ERROR THEN
1740:
1741: raise_application_error(-20000, 'CSTPMRGL.load_om_margin_data(): Order Management is not active');
1742:
1743: WHEN OTHERS THEN
1744:
1745: ROLLBACK;

Line 1747: raise_application_error(-20001, 'CSTPMRGL.load_om_margin_data(' ||

1743: WHEN OTHERS THEN
1744:
1745: ROLLBACK;
1746:
1747: raise_application_error(-20001, 'CSTPMRGL.load_om_margin_data(' ||
1748: l_stmt_id || '): ' || SQLERRM || ' for OU:' || to_char(l_ou_id) || ' and LE:' || to_char(l_le_id));
1749:
1750: END load_om_margin_data;
1751:

Line 1752: END CSTPMRGL;

1748: l_stmt_id || '): ' || SQLERRM || ' for OU:' || to_char(l_ou_id) || ' and LE:' || to_char(l_le_id));
1749:
1750: END load_om_margin_data;
1751:
1752: END CSTPMRGL;
1753: