DBA Data[Home] [Help]

APPS.AS_LEAD_ROUTING_WF dependencies on DUAL

Line 115: FROM dual;

111: -- If workflowprocess is NOT passed, the selector FUNCTION
112: -- defined in the item type will determine which process to run.
113:
114: SELECT TO_CHAR(AS_WORKFLOW_KEYS_S.nextval) INTO Item_Key
115: FROM dual;
116:
117: g_user_group_id := p_salesgroup_id;
118:
119: wf_engine.CreateProcess( ItemType => Item_Type,

Line 1135: FROM SYS.DUAL;

1131: l_freeze_flag ,'N', 'Y', 'Y', 'Y',
1132: l_customer_id, l_address_id, l_sales_lead_id,
1133: l_resource_id, l_person_id, l_group_id, l_open_status_flag,
1134: l_lead_rank_score, l_creation_date
1135: FROM SYS.DUAL;
1136: END IF; -- l_access_exist_flag IS NOT NULL
1137:
1138: result := 'COMPLETE:S';
1139: END IF; -- funcmode = 'RUN'