DBA Data[Home] [Help]

APPS.INV_ITEM_ORG_ASSIGN_CP dependencies on STANDARD

Line 27: --| according to AOL standards |

23: --| 01/20/04 nkilleda > modified the Item_Org_Assignment procedure |
24: --| to accept a new input parameter source org |
25: --| id of type number for bug# 3306087 |
26: --| > x_errbuff, x_retcode should be in order |
27: --| according to AOL standards |
28: --| 06/22/2004 nesoni Bug 2642331. Interface of procedure |
29: --| Item_Org_Assignment is modified to accept |
30: --| parameter p_category_set_name as NUMERIC. |
31: --| Earlier it was VARCHAR2. Parameter text |

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

35:
36: --===============================================
37: -- CONSTANTS for concurrent program return values
38: --===============================================
39: -- Return values for RETCODE parameter (standard for concurrent programs):
40: RETCODE_SUCCESS VARCHAR2(10) := '0';
41: RETCODE_WARNING VARCHAR2(10) := '1';
42: RETCODE_ERROR VARCHAR2(10) := '2';
43: