DBA Data[Home] [Help]

APPS.PAY_PAYWSMEE_PKG dependencies on FND_NUMBER

Line 202: select fnd_number.canonical_to_number( value )

198: where restriction_code = 'ELEMENT_TYPE'
199: and customized_restriction_id = p_customized_restriction_id;
200: --
201: cursor set_customization is
202: select fnd_number.canonical_to_number( value )
203: from pay_restriction_values
204: where restriction_code = 'ELEMENT_SET'
205: and customized_restriction_id = p_customized_restriction_id;
206: --