DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on PER_CONTACT_RELATIONSHIPS

Line 510: procedure set_object(p_rec in out NOCOPY per_contact_relationships%rowtype) is

506: -- hr_utility.set_location('Leaving '||l_proc,10);
507: --
508: end set_object;
509: --
510: procedure set_object(p_rec in out NOCOPY per_contact_relationships%rowtype) is
511: --
512: l_proc varchar2(80) := g_package||'set_object ctr';
513: l_index pls_integer;
514: --

Line 1338: from per_contact_relationships con,

1334: -- the participant and does not ignore end-dated relationships.
1335: --
1336: cursor c1 is
1337: select con.*
1338: from per_contact_relationships con,
1339: per_all_people_f ppf
1340: where con.person_id = p_person_id
1341: and con.business_group_id = p_business_group_id
1342: and nvl(con.date_start,hr_api.g_sot) <= p_effective_date