DBA Data[Home] [Help]

APPS.PAY_MAG_UTILS dependencies on FND_NUMBER

Line 306: SELECT fnd_number.canonical_to_number(ue.creator_id)

302: --
303: -- Cursor to get the defined_balance_id for the specified balance db item.
304: --
305: CURSOR csr_defined_balance IS
306: SELECT fnd_number.canonical_to_number(ue.creator_id)
307: FROM ff_database_items di,
308: ff_user_entities ue
309: WHERE di.user_name = p_db_item_name
310: AND ue.user_entity_id = di.user_entity_id