DBA Data[Home] [Help]

APPS.OKI_LOAD_TNK_PVT dependencies on OKI_LOAD_TNK_PVT

Line 1: PACKAGE BODY oki_load_tnk_pvt AS

1: PACKAGE BODY oki_load_tnk_pvt AS
2: /* $Header: OKIRTNKB.pls 115.1 2002/07/05 18:02:32 appldev noship $ */
3:
4: --------------------------------------------------------------------------------
5: -- Modification History

Line 53: , value => 'OKI_LOAD_TNK_PVT.CRT_TOP_N_K' ) ;

49: fnd_message.set_name( application => 'OKI'
50: , name => 'OKI_UNEXPECTED_FAILURE' ) ;
51:
52: fnd_message.set_token( token => 'OBJECT_NAME'
53: , value => 'OKI_LOAD_TNK_PVT.CRT_TOP_N_K' ) ;
54:
55: fnd_file.put_line( which => fnd_file.log
56: , buff => fnd_message.get ) ;
57:

Line 70: END oki_load_tnk_pvt ;

66: g_program_application_id := fnd_global.prog_appl_id ;
67: g_program_id := fnd_global.conc_program_id ;
68: g_program_update_date := SYSDATE ;
69:
70: END oki_load_tnk_pvt ;