DBA Data[Home] [Help]

APPS.CST_LCMADJUSTMENTS_PUB dependencies on CST_LCMADJUSTMENTS_PUB

Line 1: PACKAGE BODY CST_LcmAdjustments_PUB AS

1: PACKAGE BODY CST_LcmAdjustments_PUB AS
2: /* $Header: CSTLCAMB.pls 120.1.12010000.3 2008/12/28 13:24:12 anjha noship $ */
3:
4: /*------------------------------------------------------------------------------------------
5: Landed Cost Manager:

Line 11: G_PKG_NAME CONSTANT VARCHAR2(30):='CST_LcmAdjustments_PUB';

7: for each organization based on the maximum number of worker rows
8: allowed for the Cost manager.
9: ------------------------------------------------------------------------------------------*/
10:
11: G_PKG_NAME CONSTANT VARCHAR2(30):='CST_LcmAdjustments_PUB';
12: G_LOG_LEVEL CONSTANT NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
13: G_DEBUG CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
14: G_LOG_HEAD CONSTANT VARCHAR2(40) := 'po.plsql.'||G_PKG_NAME;
15:

Line 26: | CALLED FROM : Launch_Workers (CST_LcmAdjustments_PUB) |

22: | records are grouped by organization id and stamped with |
23: | group_id and transaction_id. The Landed cost Adjustment |
24: | Worker is launched for each group. |
25: | |
26: | CALLED FROM : Launch_Workers (CST_LcmAdjustments_PUB) |
27: | |
28: | Parameters : |
29: | IN : p_group_id IN NUMBER REQUIRED |
30: | p_organization_id IN NUMBER REQUIRED |

Line 209: END CST_LcmAdjustments_PUB; -- end package body

205: fnd_file.put_line( FND_FILE.LOG, FND_MESSAGE.GET);
206:
207: END Launch_Workers;
208:
209: END CST_LcmAdjustments_PUB; -- end package body