DBA Data[Home] [Help]

APPS.HR_WORKFLOW_PKG dependencies on PAY_CUSTOM_RESTRICTIONS_VL

Line 63: pay_custom_restrictions_vl r

59: r.standard_form_title,
60: r.enabled_flag
61: from hr_navigation_nodes n,
62: hr_navigation_node_usages us,
63: pay_custom_restrictions_vl r
64: where us.workflow_id = P_WORKFLOW_ID
65: and us.nav_node_usage_id = P_NAV_NODE_USAGE_ID
66: and us.nav_node_id = n.nav_node_id
67: and n.customized_restriction_id = r.customized_restriction_id;