DBA Data[Home] [Help]

APPS.JTF_RS_SRP_TERRITORIES_PUB dependencies on JTF_RS_SRP_TERRITORIES_PUB

Line 1: PACKAGE BODY jtf_rs_srp_territories_pub AS

1: PACKAGE BODY jtf_rs_srp_territories_pub AS
2: /* $Header: jtfrspib.pls 120.0 2005/05/11 08:21:11 appldev ship $ */
3:
4: /*****************************************************************************************
5: This is a public API that caller will invoke.

Line 18: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_SRP_TERRITORIES_PUB';

14: ******************************************************************************************/
15:
16: /* Package variables. */
17:
18: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_SRP_TERRITORIES_PUB';
19:
20: /* Procedure to create the resource salesrep territories
21: based on input values passed by calling routines. */
22:

Line 322: END jtf_rs_srp_territories_pub;

318: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
319:
320: END update_rs_srp_territories;
321:
322: END jtf_rs_srp_territories_pub;