DBA Data[Home] [Help]

APPS.HXC_TIMECARD_UTIL dependencies on DUAL

Line 74: From sys.dual

70:
71: Cursor c_period_exists(cp_resource_id in number,
72: cp_period_start in date) is
73: Select 'exists'
74: From sys.dual
75: Where EXISTS (
76: Select 'x'
77: From hxc_time_building_blocks htb
78: Where htb.scope = 'TIMECARD'