DBA Data[Home] [Help]

APPS.CTO_COST_ROLLUP_CONC_PK dependencies on CTO_COST_ROLLUP_CONC_PK

Line 1: PACKAGE BODY CTO_COST_ROLLUP_CONC_PK as

1: PACKAGE BODY CTO_COST_ROLLUP_CONC_PK as
2: /* $Header: CTOCRCNB.pls 120.2.12000000.2 2007/03/09 12:38:35 abhissri ship $*/
3:
4:
5: /*

Line 33: | 10/27/2003 KSARKAR creation of body CTO_COST_ROLLUP_CONC_PK |

29: | this org. |
30: | HISTORY |
31: | Date Author Comments |
32: | --------- -------- ---------------------------------------------------- |
33: | 10/27/2003 KSARKAR creation of body CTO_COST_ROLLUP_CONC_PK |
34: | |
35: | 08/06/2004 Sushant Sawant Modified |
36: | Bugfix 3777922 |
37: | Changed code to process sourcing for parent before |

Line 94: Procedure body: CTO_COST_ROLLUP_CONC_PK :

90: , p_return_status out NOCOPY varchar2 );
91:
92:
93: /**********************************************************************************
94: Procedure body: CTO_COST_ROLLUP_CONC_PK :
95: This a stored PL/SQL concurrent program that rolls up config item cost based on
96: different criteria.
97:
98: INPUT arguments:

Line 1655: END CTO_COST_ROLLUP_CONC_PK;

1651: oe_debug_pub.add (p_message);
1652: end if;
1653: end WriteToLog;
1654:
1655: END CTO_COST_ROLLUP_CONC_PK;
1656: