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.13.12010000.2 2008/08/08 12:31:08 smsasidh ship $ */
3:
4: -- PROCEDURE
5: -- load_om_margin_data Loads Margin data for OM

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

1551: EXCEPTION
1552:
1553: WHEN OM_NOT_ACTIVE_ERROR THEN
1554:
1555: raise_application_error(-20000, 'CSTPMRGL.load_om_margin_data(): Order Management is not active');
1556:
1557: WHEN OTHERS THEN
1558:
1559: ROLLBACK;

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

1557: WHEN OTHERS THEN
1558:
1559: ROLLBACK;
1560:
1561: raise_application_error(-20001, 'CSTPMRGL.load_om_margin_data(' ||
1562: l_stmt_id || '): ' || SQLERRM || ' for OU:' || to_char(l_ou_id) || ' and LE:' || to_char(l_le_id));
1563:
1564: END load_om_margin_data;
1565:

Line 1566: END CSTPMRGL;

1562: l_stmt_id || '): ' || SQLERRM || ' for OU:' || to_char(l_ou_id) || ' and LE:' || to_char(l_le_id));
1563:
1564: END load_om_margin_data;
1565:
1566: END CSTPMRGL;
1567: