DBA Data[Home] [Help]

APPS.IGI_DOS_BUD_ASSIGNMENTS dependencies on IGI_DOS_BUD_ASSIGNMENTS

Line 1: package body IGI_DOS_BUD_ASSIGNMENTS AS

1: package body IGI_DOS_BUD_ASSIGNMENTS AS
2: -- $Header: igidosib.pls 115.11 2003/05/13 12:19:31 klakshmi ship $
3: FUNCTION CREATE_VIEW (p_coa_id IN number
4: ) return varchar2
5: is

Line 11: END IGI_DOS_BUD_ASSIGNMENTS;

7: return null;
8:
9: end CREATE_VIEW;
10:
11: END IGI_DOS_BUD_ASSIGNMENTS;