DBA Data[Home] [Help]

APPS.JTF_RS_TABLE_ATTRIBUTES_PUB dependencies on JTF_RS_TABLE_ATTRIBUTES_PUB

Line 1: PACKAGE BODY jtf_rs_table_attributes_pub AS

1: PACKAGE BODY jtf_rs_table_attributes_pub AS
2: /* $Header: jtfrspwb.pls 120.0 2005/05/11 08:21:27 appldev ship $ */
3:
4: /*****************************************************************************************
5: Its main procedures are as following:

Line 14: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_TABLE_ATTRIBUTES_PUB';

10: to do inserts, updates and deletes into tables.
11: ******************************************************************************************/
12: /* Package variables. */
13:
14: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_TABLE_ATTRIBUTES_PUB';
15: G_NAME VARCHAR2(240);
16:
17: /* Procedure to create table attributes
18: based on input values passed by calling routines. */

Line 378: END jtf_rs_table_attributes_pub;

374: FND_MSG_PUB.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
375:
376: END delete_table_attribute;
377:
378: END jtf_rs_table_attributes_pub;