DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_PVT dependencies on JTF_RS_WF_INTEGRATION_PUB

Line 626: jtf_rs_wf_integration_pub.create_resource_group

622:
623: -- create the wf roles with new resource group
624: -- Don't care for its success status
625: BEGIN
626: jtf_rs_wf_integration_pub.create_resource_group
627: (P_API_VERSION => 1.0,
628: P_GROUP_ID => l_group_id,
629: P_GROUP_NAME => l_group_name,
630: P_EMAIL_ADDRESS => l_email_address,

Line 1705: jtf_rs_wf_integration_pub.update_resource_group

1701: this should be done before the chnages happens to
1702: the database since we need the old values */
1703: -- Don't care for its success status
1704: BEGIN
1705: jtf_rs_wf_integration_pub.update_resource_group
1706: (P_API_VERSION => 1.0,
1707: P_GROUP_ID => l_group_id,
1708: P_GROUP_NAME => l_group_name,
1709: P_EMAIL_ADDRESS => l_email_address,