DBA Data[Home] [Help]

APPS.OE_GENERATE dependencies on STANDARD

Line 291: -- Standard WHENEVER clause.

287: Comment ( p_file , '',0,FALSE,FALSE);
288: Comment ( p_file , TO_CHAR(SYSDATE)||' Created',0,FALSE,FALSE);
289: Comment ( p_file , '',0,FALSE,TRUE);
290:
291: -- Standard WHENEVER clause.
292:
293: Text ( p_file,'WHENEVER SQLERROR EXIT FAILURE ROLLBACK;',0);
294:
295: -- Define package.

Line 878: Comment (p_file,'Standard call to check for call compatibility');

874: )
875: IS
876: BEGIN
877:
878: Comment (p_file,'Standard call to check for call compatibility');
879:
880: Text (p_file,'IF NOT FND_API.Compatible_API_Call');
881: Text (p_file,' ( l_api_version_number');
882: Text (p_file,' , p_api_version_number');

Line 1827: -- Standard INCLUDE clause.

1823: -- $Header clause.
1824:
1825: Text (p_file,'/* $Header: OEXTGENB.pls 120.0 2005/06/01 23:18:13 appldev noship $ */',0);
1826:
1827: -- Standard INCLUDE clause.
1828:
1829: IDL_Comment ( p_file , 'Standard Include',0);
1830: Text ( p_file,'#include "../fnd/arb/arb.idl"',0);
1831:

Line 1829: IDL_Comment ( p_file , 'Standard Include',0);

1825: Text (p_file,'/* $Header: OEXTGENB.pls 120.0 2005/06/01 23:18:13 appldev noship $ */',0);
1826:
1827: -- Standard INCLUDE clause.
1828:
1829: IDL_Comment ( p_file , 'Standard Include',0);
1830: Text ( p_file,'#include "../fnd/arb/arb.idl"',0);
1831:
1832: -- Module name
1833: