DBA Data[Home] [Help]

APPS.PQP_PENSION_EXTRACTS dependencies on BEN_EXT_PERSON

Line 4267: g_person_id:= NVL(ben_ext_person.g_person_id

4263: -- Check if for this assignment id there are assign. action(s) which have
4264: -- processed the element(s). If any then return return Y i.e. assign needs
4265: -- to be extracted.
4266:
4267: g_person_id:= NVL(ben_ext_person.g_person_id
4268: ,get_current_extract_person(p_assignment_id)
4269: );
4270: IF g_debug THEN
4271: hr_utility.set_location('..business_group_id : '||p_business_group_id, 17);

Line 4572: ,ben_ext_person.g_elmt_name)||'. '||

4568: IF l_ext_rslt_id <> -1 THEN
4569: IF p_error_NUMBER IS NULL THEN
4570: l_error_text:= 'Warning raised in data element '||
4571: NVL(ben_ext_fmt.g_elmt_name
4572: ,ben_ext_person.g_elmt_name)||'. '||
4573: p_error_text;
4574: ELSE
4575: ben_ext_thread.g_err_num := p_error_NUMBER;
4576: ben_ext_thread.g_err_name := p_error_text;

Line 4579: p_error_text,NVL(ben_ext_fmt.g_elmt_name,ben_ext_person.g_elmt_name) );

4575: ben_ext_thread.g_err_num := p_error_NUMBER;
4576: ben_ext_thread.g_err_name := p_error_text;
4577: l_error_text :=
4578: ben_ext_fmt.get_error_msg(TO_NUMBER(SUBSTR(p_error_text, 5, 5)),
4579: p_error_text,NVL(ben_ext_fmt.g_elmt_name,ben_ext_person.g_elmt_name) );
4580:
4581: END IF;
4582: l_person_id:= NVL(get_current_extract_person(p_assignment_id)
4583: ,ben_ext_person.g_person_id);

Line 4583: ,ben_ext_person.g_person_id);

4579: p_error_text,NVL(ben_ext_fmt.g_elmt_name,ben_ext_person.g_elmt_name) );
4580:
4581: END IF;
4582: l_person_id:= NVL(get_current_extract_person(p_assignment_id)
4583: ,ben_ext_person.g_person_id);
4584:
4585: IF l_person_id IS NOT NULL THEN
4586: --
4587: ben_ext_util.write_err