DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on FND_NUMBER

Line 2922: select fnd_number.canonical_to_number(parameter_value)

2918: where pct.control_status = 'E'
2919: and pct.batch_id = p_batch_id;
2920: --
2921: cursor cur_max is
2922: select fnd_number.canonical_to_number(parameter_value)
2923: from pay_action_parameters
2924: where parameter_name = 'BEE_LOCK_MAX_WAIT_SEC';
2925: --
2926: cursor cur_intw is

Line 2927: select fnd_number.canonical_to_number(parameter_value)

2923: from pay_action_parameters
2924: where parameter_name = 'BEE_LOCK_MAX_WAIT_SEC';
2925: --
2926: cursor cur_intw is
2927: select fnd_number.canonical_to_number(parameter_value)
2928: from pay_action_parameters
2929: where parameter_name = 'BEE_LOCK_INTERVAL_WAIT_SEC';
2930: --
2931: cursor csr_table_inp_ids(

Line 3124: select fnd_number.canonical_to_number(bsg.cost_allocation_structure)

3120: --
3121: --
3122: -- Retrieve the cost allocation structure for the business group.
3123: --
3124: select fnd_number.canonical_to_number(bsg.cost_allocation_structure)
3125: , bsg.legislation_code
3126: into l_cost_allocation_structure
3127: , l_legislation_code
3128: from per_business_groups_perf bsg

Line 3167: -- select fnd_number.canonical_to_number(bsg.cost_allocation_structure)

3163: --
3164: --
3165: -- Retrieve the cost allocation structure for the business group.
3166: --
3167: -- select fnd_number.canonical_to_number(bsg.cost_allocation_structure)
3168: -- , bsg.legislation_code
3169: -- into l_cost_allocation_structure
3170: -- , l_legislation_code
3171: -- from per_business_groups bsg