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.5 2011/12/26 13:37:30 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 1609: END CTO_COST_ROLLUP_CONC_PK;

1605: oe_debug_pub.add (p_message);
1606: end if;
1607: end WriteToLog;
1608:
1609: END CTO_COST_ROLLUP_CONC_PK;
1610: