DBA Data[Home] [Help]

APPS.PV_ASSIGNMENT_PVT dependencies on PV_ENTITY_ROUTINGS

Line 1612: FROM PV_ENTITY_ROUTINGS

1608: SELECT decode(lc_timeoutType, pv_assignment_pub.g_matched_timeout,
1609: decode(cm_timeout_uom_code,'DAYS',(cm_timeout*24),cm_timeout)
1610: , pv_assignment_pub.g_offered_timeout,
1611: decode(partner_timeout_uom_code,'DAYS',(partner_timeout*24),partner_timeout))
1612: FROM PV_ENTITY_ROUTINGS
1613: WHERE PROCESS_RULE_ID = lc_process_rule_id;
1614:
1615:
1616: