DBA Data[Home] [Help]

APPS.AME_APPROVER_TYPE_PKG dependencies on HR_GENERAL

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

1520: wf_roles
1521: where
1522: str.subordinate_position_id = approverIn.orig_system_id and
1523: str.business_group_id =
1524: nvl(hr_general.get_business_group_id,str.business_group_id) and
1525: str.pos_structure_version_id = psv.pos_structure_version_id and
1526: pst.position_structure_id = psv.position_structure_id and
1527: pst.primary_position_flag = 'Y' and
1528: wf_roles.orig_system = ame_util.posOrigSystem and

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

1713: wf_roles
1714: where
1715: str.subordinate_position_id = origSystemIdIn and
1716: str.business_group_id =
1717: nvl(hr_general.get_business_group_id,str.business_group_id) and
1718: str.pos_structure_version_id = psv.pos_structure_version_id and
1719: pst.position_structure_id = psv.position_structure_id and
1720: pst.primary_position_flag = 'Y' and
1721: wf_roles.orig_system = ame_util.posOrigSystem and