DBA Data[Home] [Help]

APPS.PA_ROLE_PROFILES_PKG dependencies on PA_ROLE_PROFILES_S

Line 48: (PA_ROLE_PROFILES_S.nextval,

44: created_by,
45: last_update_date,
46: last_updated_by)
47: VALUES
48: (PA_ROLE_PROFILES_S.nextval,
49: p_profile_name,
50: p_description,
51: p_effective_start_date,
52: p_effective_end_date,

Line 149: UPDATE pa_role_profiles SET

145:
146: BEGIN
147: x_return_status := FND_API.G_RET_STS_SUCCESS;
148:
149: UPDATE pa_role_profiles SET
150: profile_name = p_profile_name,
151: description = p_description,
152: effective_start_date = p_effective_start_date,
153: effective_end_date = p_effective_end_date,

Line 291: (PA_ROLE_PROFILES_S.nextval,

287: created_by,
288: last_update_date,
289: last_updated_by)
290: VALUES
291: (PA_ROLE_PROFILES_S.nextval,
292: p_profile_name,
293: p_profile_type_code,
294: p_resource_id,
295: p_description,