DBA Data[Home] [Help]

APPS.PAY_BALANCE_UPLOAD dependencies on FND_NUMBER

Line 2543: select fnd_number.canonical_to_number(AP.parameter_value)

2539: --
2540: -- Retrieves the commit unit size held as an action parameter.
2541: --
2542: cursor csr_chunk_size is
2543: select fnd_number.canonical_to_number(AP.parameter_value)
2544: from pay_action_parameters AP
2545: where AP.parameter_name = 'CHUNK_SIZE';
2546: --
2547: -- Holds the batch_id of the locked batch.