DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_PUB dependencies on JTF_RS_RESOURCE_PVT

Line 10: Calls corresponding procedures from jtf_rs_resource_pvt to do business

6: Its main procedures are as following:
7: Create Resource
8: Update Resource
9: This package validates the input parameters to these procedures and then
10: Calls corresponding procedures from jtf_rs_resource_pvt to do business
11: validations and to do actual inserts, updates and deletes into tables.
12: ******************************************************************************************/
13:
14:

Line 1120: jtf_rs_resource_pvt.create_resource (

1116: /* Call the private procedure with the validated parameters. */
1117:
1118: -- dbms_output.put_line ('Before call to the private procedure create_resource');
1119:
1120: jtf_rs_resource_pvt.create_resource (
1121: P_API_VERSION => 1,
1122: P_INIT_MSG_LIST => fnd_api.g_false,
1123: P_COMMIT => fnd_api.g_false,
1124: P_CATEGORY => l_category,

Line 1156: /* jtf_rs_resource_pvt.create_resource (

1152: X_RESOURCE_ID => x_resource_id,
1153: X_RESOURCE_NUMBER => x_resource_number
1154: );
1155:
1156: /* jtf_rs_resource_pvt.create_resource (
1157: P_API_VERSION => 1,
1158: P_INIT_MSG_LIST => fnd_api.g_false,
1159: P_COMMIT => fnd_api.g_false,
1160: P_CATEGORY => l_category,

Line 1226: jtf_rs_resource_pvt.create_resource_migrate (

1222: -- dbms_output.put_line ('Before call to the private API create_resource_migrate' );
1223:
1224: /* Call the private procedure for Migration. */
1225:
1226: jtf_rs_resource_pvt.create_resource_migrate (
1227: P_API_VERSION => 1,
1228: P_INIT_MSG_LIST => fnd_api.g_false,
1229: P_COMMIT => fnd_api.g_false,
1230: P_CATEGORY => l_category,

Line 1636: jtf_rs_resource_pvt.update_resource

1632:
1633:
1634: /* Call the private procedure with the validated parameters. */
1635:
1636: jtf_rs_resource_pvt.update_resource
1637: (P_API_VERSION => 1,
1638: P_INIT_MSG_LIST => fnd_api.g_false,
1639: P_COMMIT => fnd_api.g_false,
1640: P_RESOURCE_ID => l_resource_id,

Line 1960: jtf_rs_resource_pvt.update_resource

1956:
1957:
1958: /* Call the private procedure with the validated parameters. */
1959:
1960: jtf_rs_resource_pvt.update_resource
1961: (P_API_VERSION => 1,
1962: P_INIT_MSG_LIST => fnd_api.g_false,
1963: P_COMMIT => fnd_api.g_false,
1964: P_RESOURCE_ID => l_resource_id,

Line 2168: JTF_RS_RESOURCE_PVT.DELETE_RESOURCE(

2164:
2165:
2166: /* Call the private procedure with the validated parameters. */
2167: --call private api for delete
2168: JTF_RS_RESOURCE_PVT.DELETE_RESOURCE(
2169: P_API_VERSION => 1.0,
2170: P_INIT_MSG_LIST => fnd_api.g_false,
2171: P_COMMIT => fnd_api.g_false,
2172: P_RESOURCE_ID => l_resource_id,

Line 3288: jtf_rs_resource_pvt.create_resource (

3284:
3285: IF G_RS_ID_PUB_FLAG = 'Y' THEN
3286:
3287: /* Call the private procedure with the validated parameters. */
3288: jtf_rs_resource_pvt.create_resource (
3289: P_API_VERSION => 1,
3290: P_INIT_MSG_LIST => fnd_api.g_false,
3291: P_COMMIT => fnd_api.g_false,
3292: P_CATEGORY => l_category,

Line 3390: jtf_rs_resource_pvt.create_resource_migrate (

3386: -- dbms_output.put_line ('Before call to the private API create_resource_migrate' );
3387:
3388: /* Call the private procedure for Migration. */
3389:
3390: jtf_rs_resource_pvt.create_resource_migrate (
3391: P_API_VERSION => 1,
3392: P_INIT_MSG_LIST => fnd_api.g_false,
3393: P_COMMIT => fnd_api.g_false,
3394: P_CATEGORY => l_category,