DBA Data[Home] [Help]

APPS.AME_APPROVER_TYPE_PKG dependencies on HR_GENERAL

Line 1568: nvl(hr_general.get_business_group_id,str.business_group_id) and

1564: wf_roles
1565: where
1566: str.subordinate_position_id = approverIn.orig_system_id and
1567: str.business_group_id =
1568: nvl(hr_general.get_business_group_id,str.business_group_id) and
1569: str.pos_structure_version_id = psv.pos_structure_version_id and
1570: pst.position_structure_id = psv.position_structure_id and
1571: pst.primary_position_flag = 'Y' and
1572: wf_roles.orig_system = ame_util.posOrigSystem and

Line 1766: nvl(hr_general.get_business_group_id,str.business_group_id) and

1762: wf_roles
1763: where
1764: str.subordinate_position_id = origSystemIdIn and
1765: str.business_group_id =
1766: nvl(hr_general.get_business_group_id,str.business_group_id) and
1767: str.pos_structure_version_id = psv.pos_structure_version_id and
1768: pst.position_structure_id = psv.position_structure_id and
1769: pst.primary_position_flag = 'Y' and
1770: wf_roles.orig_system = ame_util.posOrigSystem and