DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on FND_NUMBER

Line 2918: select fnd_number.canonical_to_number(parameter_value)

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

Line 2923: select fnd_number.canonical_to_number(parameter_value)

2919: from pay_action_parameters
2920: where parameter_name = 'BEE_LOCK_MAX_WAIT_SEC';
2921: --
2922: cursor cur_intw is
2923: select fnd_number.canonical_to_number(parameter_value)
2924: from pay_action_parameters
2925: where parameter_name = 'BEE_LOCK_INTERVAL_WAIT_SEC';
2926: --
2927: cursor csr_table_inp_ids(

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

3111: --
3112: --
3113: -- Retrieve the cost allocation structure for the business group.
3114: --
3115: select fnd_number.canonical_to_number(bsg.cost_allocation_structure)
3116: , bsg.legislation_code
3117: into l_cost_allocation_structure
3118: , l_legislation_code
3119: from per_business_groups_perf bsg

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

3154: --
3155: --
3156: -- Retrieve the cost allocation structure for the business group.
3157: --
3158: -- select fnd_number.canonical_to_number(bsg.cost_allocation_structure)
3159: -- , bsg.legislation_code
3160: -- into l_cost_allocation_structure
3161: -- , l_legislation_code
3162: -- from per_business_groups bsg