DBA Data[Home] [Help]

APPS.AMW_ORG_HIERARCHY_PKG dependencies on AMW_SECURITY_PUB

Line 957: AMW_SECURITY_PUB.grant_role_guid

953: exit when party_list%notfound;
954:
955: if party_list_rec.role_name = 'AMW_RL_PROC_OWNER_ROLE' then
956:
957: AMW_SECURITY_PUB.grant_role_guid
958: (
959: p_api_version => 1,
960: p_role_name => 'AMW_ORG_PROC_OWNER_ROLE',
961: p_object_name => 'AMW_PROCESS_ORGANIZATION',

Line 979: AMW_SECURITY_PUB.grant_role_guid

975: p_check_for_existing => FND_API.G_FALSE);
976:
977: elsif party_list_rec.role_name = 'AMW_RL_PROC_FINANCE_OWNER_ROLE' then
978:
979: AMW_SECURITY_PUB.grant_role_guid
980: (
981: p_api_version => 1,
982: p_role_name => 'AMW_ORG_PROC_FIN_OWNER_ROLE',
983: p_object_name => 'AMW_PROCESS_ORGANIZATION',

Line 1001: AMW_SECURITY_PUB.grant_role_guid

997: p_check_for_existing => FND_API.G_FALSE);
998:
999: elsif party_list_rec.role_name = 'AMW_RL_PROC_APPL_OWNER_ROLE' then
1000:
1001: AMW_SECURITY_PUB.grant_role_guid
1002: (
1003: p_api_version => 1,
1004: p_role_name => 'AMW_ORG_PROC_APPL_OWNER_ROLE',
1005: p_object_name => 'AMW_PROCESS_ORGANIZATION',

Line 7121: AMW_SECURITY_PUB.revoke_grant(

7117:
7118: FOR powners_list_rec in org_only_party_list(p_org_id,p_process_id,'AMW_ORG_PROC_OWNER_ROLE','AMW_RL_PROC_OWNER_ROLE') LOOP
7119: EXIT WHEN org_only_party_list%NOTFOUND;
7120:
7121: AMW_SECURITY_PUB.revoke_grant(
7122: p_api_version => 1,
7123: p_grant_guid => powners_list_rec.grant_guid,
7124: x_return_status => l_return_status,
7125: x_errorcode => l_err_code

Line 7131: AMW_SECURITY_PUB.revoke_grant(

7127: END LOOP;
7128:
7129: FOR fowners_list_rec in org_only_party_list(p_org_id,p_process_id,'AMW_ORG_PROC_FIN_OWNER_ROLE','AMW_RL_PROC_FINANCE_OWNER_ROLE') LOOP
7130: EXIT WHEN org_only_party_list%NOTFOUND;
7131: AMW_SECURITY_PUB.revoke_grant(
7132: p_api_version => 1,
7133: p_grant_guid => fowners_list_rec.grant_guid,
7134: x_return_status => l_return_status,
7135: x_errorcode => l_err_code

Line 7142: AMW_SECURITY_PUB.revoke_grant(

7138:
7139: FOR aowners_list_rec in org_only_party_list(p_org_id,p_process_id,'AMW_ORG_PROC_APPL_OWNER_ROLE','AMW_RL_PROC_APPL_OWNER_ROLE') LOOP
7140: EXIT WHEN org_only_party_list%NOTFOUND;
7141:
7142: AMW_SECURITY_PUB.revoke_grant(
7143: p_api_version => 1,
7144: p_grant_guid => aowners_list_rec.grant_guid,
7145: x_return_status => l_return_status,
7146: x_errorcode => l_err_code

Line 7159: AMW_SECURITY_PUB.grant_role_guid

7155: exit when process_party_list%notfound;
7156:
7157: if party_list_rec.role_name = 'AMW_RL_PROC_OWNER_ROLE' then
7158:
7159: AMW_SECURITY_PUB.grant_role_guid
7160: (
7161: p_api_version => 1,
7162: p_role_name => 'AMW_ORG_PROC_OWNER_ROLE',
7163: p_object_name => 'AMW_PROCESS_ORGANIZATION',

Line 7180: AMW_SECURITY_PUB.grant_role_guid

7176: x_grant_guid => l_msg_data);
7177:
7178: elsif party_list_rec.role_name = 'AMW_RL_PROC_FINANCE_OWNER_ROLE' then
7179:
7180: AMW_SECURITY_PUB.grant_role_guid
7181: (
7182: p_api_version => 1,
7183: p_role_name => 'AMW_ORG_PROC_FIN_OWNER_ROLE',
7184: p_object_name => 'AMW_PROCESS_ORGANIZATION',

Line 7201: AMW_SECURITY_PUB.grant_role_guid

7197: x_grant_guid => l_msg_data);
7198:
7199: elsif party_list_rec.role_name = 'AMW_RL_PROC_APPL_OWNER_ROLE' then
7200:
7201: AMW_SECURITY_PUB.grant_role_guid
7202: (
7203: p_api_version => 1,
7204: p_role_name => 'AMW_ORG_PROC_APPL_OWNER_ROLE',
7205: p_object_name => 'AMW_PROCESS_ORGANIZATION',

Line 7309: AMW_SECURITY_PUB.revoke_grant(

7305:
7306: IF l_grant_guid.exists(1) THEN
7307: FOR i IN l_grant_guid.FIRST .. l_grant_guid.LAST
7308: LOOP
7309: AMW_SECURITY_PUB.revoke_grant(
7310: p_api_version => 1,
7311: p_grant_guid => l_grant_guid(i),
7312: x_return_status => l_return_status,
7313: x_errorcode => l_err_code

Line 7398: AMW_SECURITY_PUB.grant_role_guid

7394: and granted_menu.menu_name = p_org_menu_name );
7395: IF l_party_id.exists(1) THEN
7396: FOR i IN l_party_id.FIRST .. l_party_id.LAST
7397: LOOP
7398: AMW_SECURITY_PUB.grant_role_guid
7399: (
7400: p_api_version => 1,
7401: p_role_name => p_org_menu_name,
7402: p_object_name => 'AMW_PROCESS_ORGANIZATION',