DBA Data[Home] [Help]

APPS.JTF_RS_TEAMS_PVT dependencies on JTF_RS_WF_INTEGRATION_PUB

Line 524: jtf_rs_wf_integration_pub.create_resource_team

520:
521: -- create the wf roles with new resource team
522: -- Don't care for its success status
523: BEGIN
524: jtf_rs_wf_integration_pub.create_resource_team
525: (P_API_VERSION => 1.0,
526: P_TEAM_ID => l_team_id,
527: P_TEAM_NAME => l_team_name,
528: P_EMAIL_ADDRESS => l_email_address,

Line 1233: jtf_rs_wf_integration_pub.update_resource_team

1229: this should be done before the chnages happens to
1230: the database since we need the old values */
1231: -- Don't care for its success status
1232: BEGIN
1233: jtf_rs_wf_integration_pub.update_resource_team
1234: (P_API_VERSION => 1.0,
1235: P_TEAM_ID => l_team_id,
1236: P_TEAM_NAME => l_team_name,
1237: P_EMAIL_ADDRESS => l_email_address,