DBA Data[Home] [Help]

APPS.HR_WORKFLOW_INSTALL_PKG dependencies on HR_NAVIGATION_CONTEXT_RULES_S

Line 593: hr_navigation_context_rules_s.nextval,

589: global_usage_id,
590: evaluation_type_code,
591: value)
592: values (
593: hr_navigation_context_rules_s.nextval,
594: current_global_usage_id,
595: p_evaluation_type_code,
596: p_value);
597: end new_context_rule;