DBA Data[Home] [Help]

APPS.AMS_APPROVAL_PVT dependencies on WF_ROUTING_RULES

Line 911: FROM wf_routing_rules a, wf_routing_rule_attributes b, wf_routing_rule_attributes c

907: IS
908:
909: CURSOR c_get_rule IS
910: SELECT b.text_value, b.number_value
911: FROM wf_routing_rules a, wf_routing_rule_attributes b, wf_routing_rule_attributes c
912: WHERE a.rule_id = b.rule_id
913: AND a.role = p_approver_name
914: AND TRUNC(sysdate) BETWEEN TRUNC(NVL(begin_date, sysdate -1)) AND
915: TRUNC(NVL(end_date,sysdate+1))