DBA Data[Home] [Help]

APPS.POS_GET dependencies on POS_GET

Line 1: PACKAGE BODY POS_GET as

1: PACKAGE BODY POS_GET as
2: /* $Header: POSGETUB.pls 115.7 2002/12/12 22:28:05 ammitra ship $*/
3:
4: g_old_person_name VARCHAR2(240) := NULL;
5: g_old_person_id NUMBER := NULL;

Line 243: end POS_GET;

239: return(ret_val);
240: end if;
241: end get_item_number;
242:
243: end POS_GET;