DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_PKG dependencies on HXC_APPROVAL_PERIOD_SETS

Line 1445: hxc_approval_period_sets haps

1441: p_app_periods number)
1442: is
1443: select hapc.recurring_period_id
1444: from hxc_approval_period_comps hapc,
1445: hxc_approval_period_sets haps
1446: where haps.approval_period_set_id = p_app_periods
1447: and hapc.approval_period_set_id = haps.approval_period_set_id
1448: and hapc.time_recipient_id = p_time_recipient_id;
1449: