DBA Data[Home] [Help]

APPS.JTF_RS_IMP_RES_PVT dependencies on JTF_RS_IMP_RES_PVT

Line 1: PACKAGE BODY jtf_rs_imp_res_pvt AS

1: PACKAGE BODY jtf_rs_imp_res_pvt AS
2: /* $Header: jtfrsvub.pls 120.6.12020000.2 2012/07/17 12:22:17 rgokavar ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'JTF_RS_IMP_RES_PVT';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'JTF_RS_IMP_RES_PVT';

1: PACKAGE BODY jtf_rs_imp_res_pvt AS
2: /* $Header: jtfrsvub.pls 120.6.12020000.2 2012/07/17 12:22:17 rgokavar ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'JTF_RS_IMP_RES_PVT';
5:
6: PROCEDURE import_resources(
7: P_API_VERSION IN NUMBER,
8: P_INIT_MSG_LIST IN VARCHAR2,

Line 951: END jtf_rs_imp_res_pvt;

947: p_data => x_msg_data);
948:
949: END import_resources;
950:
951: END jtf_rs_imp_res_pvt;