DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on PER_WORKFORCE_CURRENT_X

Line 1849: --Bug 13542908 Using per_workforce_current_x instead of per_employees_current_x

1845: -- validation
1846: --R12 CWK removed inactive date where clause
1847: -- Part of 8733572 fix
1848:
1849: --Bug 13542908 Using per_workforce_current_x instead of per_employees_current_x
1850: SELECT distinct 'Y'
1851: INTO x_valid_flag
1852: FROM per_workforce_current_x per, per_business_groups_perf pb
1853: WHERE per.business_group_id = pb.business_group_id

Line 1852: FROM per_workforce_current_x per, per_business_groups_perf pb

1848:
1849: --Bug 13542908 Using per_workforce_current_x instead of per_employees_current_x
1850: SELECT distinct 'Y'
1851: INTO x_valid_flag
1852: FROM per_workforce_current_x per, per_business_groups_perf pb
1853: WHERE per.business_group_id = pb.business_group_id
1854: AND per.person_id = x_deliver_to_person_id;
1855: /*
1856: SELECT distinct 'Y'