DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_PKG dependencies on HXC_APPROVAL_PERIOD_COMPS

Line 1623: from hxc_approval_period_comps hapc,

1619: p_time_recipient_id number,
1620: p_app_periods number)
1621: is
1622: select hapc.recurring_period_id
1623: from hxc_approval_period_comps hapc,
1624: hxc_approval_period_sets haps
1625: where haps.approval_period_set_id = p_app_periods
1626: and hapc.approval_period_set_id = haps.approval_period_set_id
1627: and hapc.time_recipient_id = p_time_recipient_id;