DBA Data[Home] [Help]

APPS.PAY_PAYWSDAS_PKG dependencies on FF_ROUTES

Line 40: , ff_routes fr

36: , p_null_allowed
37: , p_notfound_allowed
38: from ff_database_items di
39: , ff_user_entities ue
40: , ff_routes fr
41: where di.user_name = p_operand_value
42: and ue.user_entity_id = di.user_entity_id
43: and (
44: (ue.business_group_id is null and ue.legislation_code is null) or

Line 83: , ff_routes fr

79: , p_null_allowed
80: , p_notfound_allowed
81: from ff_database_items di
82: , ff_user_entities ue
83: , ff_routes fr
84: where di.user_name = dbitl.user_name
85: and di.user_entity_id = dbitl.user_entity_id
86: and ue.user_entity_id = dbitl.user_entity_id
87: and (