DBA Data[Home] [Help]

APPS.PAY_PAYWSDAS_PKG dependencies on FF_FTYPE_CONTEXT_USAGES

Line 56: from ff_ftype_context_usages fcu

52: from ff_route_context_usages rcu
53: where rcu.route_id = fr.route_id
54: minus
55: select context_id
56: from ff_ftype_context_usages fcu
57: where fcu.formula_type_id = p_formula_type_id
58: )
59: ;
60:

Line 100: from ff_ftype_context_usages fcu

96: from ff_route_context_usages rcu
97: where rcu.route_id = fr.route_id
98: minus
99: select context_id
100: from ff_ftype_context_usages fcu
101: where fcu.formula_type_id = p_formula_type_id
102: )
103: ;
104: