DBA Data[Home] [Help]

APPS.PAY_PAYWSMEE_PKG dependencies on FND_NUMBER

Line 185: select fnd_number.canonical_to_number( value )

181: where restriction_code = 'ELEMENT_TYPE'
182: and customized_restriction_id = p_customized_restriction_id;
183: --
184: cursor set_customization is
185: select fnd_number.canonical_to_number( value )
186: from pay_restriction_values
187: where restriction_code = 'ELEMENT_SET'
188: and customized_restriction_id = p_customized_restriction_id;
189: --