DBA Data[Home] [Help]

APPS.PV_PARTNER_UTIL_PVT dependencies on PV_USER_RESP_PVT

Line 1067: l_user_role_code VARCHAR2(30):= Pv_User_Resp_Pvt.G_PRIMARY;

1063: l_party_id NUMBER ;
1064: l_partner_types VARCHAR2(500);
1065: l_partner_level VARCHAR2(30);
1066: l_party_site_id NUMBER ;
1067: l_user_role_code VARCHAR2(30):= Pv_User_Resp_Pvt.G_PRIMARY;
1068: l_responsibility_id NUMBER;
1069: l_resp_map_rule_id NUMBER;
1070: l_application_id NUMBER := 691;
1071: l_vendor_org_id NUMBER;

Line 1158: Pv_User_Resp_Pvt.get_default_org_resp(

1154: l_relactionship_rec.subject_type := 'ORGANIZATION';
1155: l_relactionship_rec.subject_table_name := 'HZ_PARTIES';
1156:
1157: -- Get the Default responsibility for the supplied Organization Id.
1158: Pv_User_Resp_Pvt.get_default_org_resp(
1159: p_api_version_number => 1.0
1160: ,p_init_msg_list => FND_API.G_FALSE
1161: ,p_commit => FND_API.G_FALSE
1162: ,x_return_status => l_return_status