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 120.3 2010/02/05 04:12:16 vchiranj ship $*/
3:
4: g_old_person_name VARCHAR2(240) := NULL;
5: g_old_person_id NUMBER := NULL;

Line 294: end POS_GET;

290: EXCEPTION WHEN OTHERS THEN
291: RAISE;
292: END get_chg_amt_excl_opt;
293:
294: end POS_GET;