DBA Data[Home] [Help]

APPS.HR_WORKFLOW_INSTALL_PKG dependencies on HR_NAVIGATION_CONTEXT_RULES

Line 587: insert into hr_navigation_context_rules (

583: procedure new_context_rule (
584: p_evaluation_type_code varchar2,
585: p_value varchar2) is
586: begin
587: insert into hr_navigation_context_rules (
588: nav_context_rule_id,
589: global_usage_id,
590: evaluation_type_code,
591: value)

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;