DBA Data[Home] [Help]

APPS.JTF_RS_TABLE_ATTRIBUTES_PVT dependencies on JTF_RS_TABLE_ATTRIBUTES_PVT

Line 1: PACKAGE BODY jtf_rs_table_attributes_pvt AS

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

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

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

Line 644: END jtf_rs_table_attributes_pvt;

640: FND_MSG_PUB.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
641:
642: END delete_table_attribute;
643:
644: END jtf_rs_table_attributes_pvt;