DBA Data[Home] [Help]

APPS.CST_MGD_LIFO_COST_PROCESSOR dependencies on STANDARD

Line 18: --| 2/5/99 DHerring Re-Formatted to meet MGD standards |

14: --| HISTORY |
15: --| 1/29/99 DHerring Created |
16: --| 2/1/99 DHerring Compiled |
17: --| 2/3/99 DHerring Tested |
18: --| 2/5/99 DHerring Re-Formatted to meet MGD standards |
19: --| 3/4/99 DHerring Incorporated feedback from code review |
20: --| 7/9/99 Dherring Added procedure CSTGILEV_TEMP |
21: --| 1/29/01 AFerrara Added procedure get_pac_id |
22: --| Added procedure check_quantity |

Line 28: --| 11/22/2004 vjavli Logging as per the standards |

24: --| purge functionality |
25: --| 04/25/2001 vjavli order of the parameters modified to |
26: --| the procedure lifo_purge |
27: --| 12/04/2002 Fdubois add NOCOPY for OU parameters |
28: --| 11/22/2004 vjavli Logging as per the standards |
29: --| 07/08/2005 vjavli declared variables as per the old stds |
30: --+======================================================================*/
31:
32: --===================

Line 44: -- Return values for RETCODE parameter (standard for concurrent programs):

40:
41: --===============================================
42: -- CONSTANTS for concurrent program return values
43: --===============================================
44: -- Return values for RETCODE parameter (standard for concurrent programs):
45: RETCODE_SUCCESS VARCHAR2(10) := '0';
46: RETCODE_WARNING VARCHAR2(10) := '1';
47: RETCODE_ERROR VARCHAR2(10) := '2';
48:

Line 175: -- the standard procedure that calculates lifo.

171: -- : x_err_code 0 success, 1 warning, 2 error
172: -- : x_err_msg error buffer
173: -- COMMENT : This procedure reads cost group, period id, item id from
174: -- the interface header table and uses them as input to
175: -- the standard procedure that calculates lifo.
176: -- PRE-COND :
177: --=========================================================================
178: PROCEDURE loading_lifo_cost
179: (p_interface_group_id IN NUMBER