DBA Data[Home] [Help]

APPS.PAY_BALANCE_UPLOAD dependencies on FND_NUMBER

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

2832: --
2833: -- Retrieves the commit unit size held as an action parameter.
2834: --
2835: cursor csr_chunk_size is
2836: select fnd_number.canonical_to_number(AP.parameter_value)
2837: from pay_action_parameters AP
2838: where AP.parameter_name = 'CHUNK_SIZE';
2839: --
2840: -- Holds the batch_id of the locked batch.