DBA Data[Home] [Help]

APPS.JTF_RS_ROLES_PUB dependencies on JTF_RS_ROLES_PVT

Line 73: jtf_rs_roles_pvt.create_rs_resource_roles (

69: --Put in all the Validations here
70:
71: --Call the Create Resource Role Private API
72:
73: jtf_rs_roles_pvt.create_rs_resource_roles (
74: P_API_VERSION => 1,
75: P_INIT_MSG_LIST => fnd_api.g_false,
76: P_COMMIT => fnd_api.g_false,
77: P_ROLE_TYPE_CODE => l_role_type_code,

Line 174: jtf_rs_roles_pvt.update_rs_resource_roles (

170: --Put Validations here
171:
172: --Call the Update Resource Private API
173:
174: jtf_rs_roles_pvt.update_rs_resource_roles (
175: P_API_VERSION => 1,
176: P_INIT_MSG_LIST => fnd_api.g_false,
177: P_COMMIT => fnd_api.g_false,
178: P_ROLE_ID => l_role_id,

Line 259: jtf_rs_roles_pvt.delete_rs_resource_roles (

255: --Put all Validations here
256:
257: --Call to the Delete Resource Role Private API
258:
259: jtf_rs_roles_pvt.delete_rs_resource_roles (
260: P_API_VERSION => 1,
261: P_INIT_MSG_LIST => fnd_api.g_false,
262: P_COMMIT => fnd_api.g_false,
263: P_ROLE_ID => l_role_id,