DBA Data[Home] [Help]

APPS.CSTPOMLD dependencies on CSTPOMLD

Line 1: PACKAGE BODY CSTPOMLD AS

1: PACKAGE BODY CSTPOMLD AS
2: /* $Header: CSTOMLDB.pls 120.2 2006/06/09 05:10:57 srayadur noship $ */
3:
4: -- PROCEDURE
5: -- load_om_margin_data Loads Margin data for OM

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

2099: EXCEPTION
2100:
2101: WHEN OM_NOT_ACTIVE_ERROR THEN
2102:
2103: raise_application_error(-20000, 'CSTPOMLD.load_om_margin_data(): Order Management is not active');
2104:
2105: WHEN OTHERS THEN
2106:
2107: ROLLBACK;

Line 2109: raise_application_error(-20001, 'CSTPOMLD.load_om_margin_data(' ||

2105: WHEN OTHERS THEN
2106:
2107: ROLLBACK;
2108:
2109: raise_application_error(-20001, 'CSTPOMLD.load_om_margin_data(' ||
2110: l_stmt_id || '): ' || SQLERRM);
2111:
2112: END load_om_margin_data;
2113:

Line 2114: END CSTPOMLD;

2110: l_stmt_id || '): ' || SQLERRM);
2111:
2112: END load_om_margin_data;
2113:
2114: END CSTPOMLD;
2115: