DBA Data[Home] [Help]

APPS.BEN_ENROLLMENT_ACTION_ITEMS dependencies on FND_FILE

Line 4462: /*fnd_file.put_line(fnd_file.log,'-->The info garnered from the sal cursor');

4458: -- Issue a savepoint if operating in validate only mode
4459: --
4460: OPEN c_future_sal_inc;
4461: fetch c_future_sal_inc into l_future_sal_inc;
4462: /*fnd_file.put_line(fnd_file.log,'-->The info garnered from the sal cursor');
4463: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.prtt_enrt_rslt_id'||l_future_sal_inc.rslt_id);
4464: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.per_in_ler_id'||l_future_sal_inc.per_in_ler_id);
4465: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.assignment_id'||l_future_sal_inc.assignment_id);*/
4466: IF c_future_sal_inc%FOUND THEN

Line 4463: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.prtt_enrt_rslt_id'||l_future_sal_inc.rslt_id);

4459: --
4460: OPEN c_future_sal_inc;
4461: fetch c_future_sal_inc into l_future_sal_inc;
4462: /*fnd_file.put_line(fnd_file.log,'-->The info garnered from the sal cursor');
4463: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.prtt_enrt_rslt_id'||l_future_sal_inc.rslt_id);
4464: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.per_in_ler_id'||l_future_sal_inc.per_in_ler_id);
4465: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.assignment_id'||l_future_sal_inc.assignment_id);*/
4466: IF c_future_sal_inc%FOUND THEN
4467: l_actn_typ_id := get_actn_typ_id

Line 4464: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.per_in_ler_id'||l_future_sal_inc.per_in_ler_id);

4460: OPEN c_future_sal_inc;
4461: fetch c_future_sal_inc into l_future_sal_inc;
4462: /*fnd_file.put_line(fnd_file.log,'-->The info garnered from the sal cursor');
4463: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.prtt_enrt_rslt_id'||l_future_sal_inc.rslt_id);
4464: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.per_in_ler_id'||l_future_sal_inc.per_in_ler_id);
4465: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.assignment_id'||l_future_sal_inc.assignment_id);*/
4466: IF c_future_sal_inc%FOUND THEN
4467: l_actn_typ_id := get_actn_typ_id
4468: (p_type_cd => 'MRRFS'

Line 4465: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.assignment_id'||l_future_sal_inc.assignment_id);*/

4461: fetch c_future_sal_inc into l_future_sal_inc;
4462: /*fnd_file.put_line(fnd_file.log,'-->The info garnered from the sal cursor');
4463: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.prtt_enrt_rslt_id'||l_future_sal_inc.rslt_id);
4464: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.per_in_ler_id'||l_future_sal_inc.per_in_ler_id);
4465: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.assignment_id'||l_future_sal_inc.assignment_id);*/
4466: IF c_future_sal_inc%FOUND THEN
4467: l_actn_typ_id := get_actn_typ_id
4468: (p_type_cd => 'MRRFS'
4469: ,p_business_group_id => p_business_group_id);

Line 4470: /*fnd_file.put_line(fnd_file.log,'-->The Action item type is l_actn_typ_id'||l_actn_typ_id);

4466: IF c_future_sal_inc%FOUND THEN
4467: l_actn_typ_id := get_actn_typ_id
4468: (p_type_cd => 'MRRFS'
4469: ,p_business_group_id => p_business_group_id);
4470: /*fnd_file.put_line(fnd_file.log,'-->The Action item type is l_actn_typ_id'||l_actn_typ_id);
4471: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item writing the action item with the following parameters');
4472: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4473: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4474: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );

Line 4471: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item writing the action item with the following parameters');

4467: l_actn_typ_id := get_actn_typ_id
4468: (p_type_cd => 'MRRFS'
4469: ,p_business_group_id => p_business_group_id);
4470: /*fnd_file.put_line(fnd_file.log,'-->The Action item type is l_actn_typ_id'||l_actn_typ_id);
4471: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item writing the action item with the following parameters');
4472: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4473: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4474: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4475: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);

Line 4472: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);

4468: (p_type_cd => 'MRRFS'
4469: ,p_business_group_id => p_business_group_id);
4470: /*fnd_file.put_line(fnd_file.log,'-->The Action item type is l_actn_typ_id'||l_actn_typ_id);
4471: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item writing the action item with the following parameters');
4472: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4473: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4474: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4475: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4476: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);

Line 4473: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);

4469: ,p_business_group_id => p_business_group_id);
4470: /*fnd_file.put_line(fnd_file.log,'-->The Action item type is l_actn_typ_id'||l_actn_typ_id);
4471: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item writing the action item with the following parameters');
4472: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4473: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4474: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4475: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4476: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4477: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);

Line 4474: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );

4470: /*fnd_file.put_line(fnd_file.log,'-->The Action item type is l_actn_typ_id'||l_actn_typ_id);
4471: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item writing the action item with the following parameters');
4472: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4473: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4474: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4475: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4476: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4477: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);
4478: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_actn_id '||l_prtt_enrt_actn_id);

Line 4475: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);

4471: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item writing the action item with the following parameters');
4472: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4473: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4474: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4475: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4476: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4477: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);
4478: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_actn_id '||l_prtt_enrt_actn_id);
4479: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/

Line 4476: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);

4472: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4473: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4474: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4475: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4476: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4477: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);
4478: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_actn_id '||l_prtt_enrt_actn_id);
4479: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4480: write_new_action_item

Line 4477: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);

4473: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4474: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4475: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4476: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4477: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);
4478: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_actn_id '||l_prtt_enrt_actn_id);
4479: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4480: write_new_action_item
4481: ( p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id

Line 4478: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_actn_id '||l_prtt_enrt_actn_id);

4474: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4475: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4476: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4477: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);
4478: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_actn_id '||l_prtt_enrt_actn_id);
4479: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4480: write_new_action_item
4481: ( p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
4482: ,p_rslt_object_version_number => p_rslt_object_version_number

Line 4479: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/

4475: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4476: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4477: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);
4478: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_actn_id '||l_prtt_enrt_actn_id);
4479: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4480: write_new_action_item
4481: ( p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
4482: ,p_rslt_object_version_number => p_rslt_object_version_number
4483: ,p_actn_typ_id => l_actn_typ_id

Line 4503: fnd_file.put_line(fnd_file.log,'Exception Raised -'||l_proc);

4499: WHEN OTHERS THEN
4500: if g_debug then
4501: hr_utility.set_location('Exception Raised '||l_proc, 10);
4502: end if;
4503: fnd_file.put_line(fnd_file.log,'Exception Raised -'||l_proc);
4504: fnd_file.put_line(fnd_file.log,fnd_message.get);
4505: fnd_file.put_line(fnd_file.log,sqlerrm);
4506:
4507: p_rslt_object_version_number :=l_rslt_object_version_number;

Line 4504: fnd_file.put_line(fnd_file.log,fnd_message.get);

4500: if g_debug then
4501: hr_utility.set_location('Exception Raised '||l_proc, 10);
4502: end if;
4503: fnd_file.put_line(fnd_file.log,'Exception Raised -'||l_proc);
4504: fnd_file.put_line(fnd_file.log,fnd_message.get);
4505: fnd_file.put_line(fnd_file.log,sqlerrm);
4506:
4507: p_rslt_object_version_number :=l_rslt_object_version_number;
4508: p_suspend_flag :=l_suspend_flag ;

Line 4505: fnd_file.put_line(fnd_file.log,sqlerrm);

4501: hr_utility.set_location('Exception Raised '||l_proc, 10);
4502: end if;
4503: fnd_file.put_line(fnd_file.log,'Exception Raised -'||l_proc);
4504: fnd_file.put_line(fnd_file.log,fnd_message.get);
4505: fnd_file.put_line(fnd_file.log,sqlerrm);
4506:
4507: p_rslt_object_version_number :=l_rslt_object_version_number;
4508: p_suspend_flag :=l_suspend_flag ;
4509: RAISE;

Line 4551: /*fnd_file.put_line(fnd_file.log,'-->fut_sal_incr det_fut_sal_incr_actn_items with the following parameters');

4547: -- Issue a savepoint if operating in validate only mode
4548: --
4549: savepoint process_cwb_actn_items;
4550: --
4551: /*fnd_file.put_line(fnd_file.log,'-->fut_sal_incr det_fut_sal_incr_actn_items with the following parameters');
4552: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4553: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4554: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4555: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);

Line 4552: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);

4548: --
4549: savepoint process_cwb_actn_items;
4550: --
4551: /*fnd_file.put_line(fnd_file.log,'-->fut_sal_incr det_fut_sal_incr_actn_items with the following parameters');
4552: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4553: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4554: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4555: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4556: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);

Line 4553: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);

4549: savepoint process_cwb_actn_items;
4550: --
4551: /*fnd_file.put_line(fnd_file.log,'-->fut_sal_incr det_fut_sal_incr_actn_items with the following parameters');
4552: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4553: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4554: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4555: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4556: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4557: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);

Line 4554: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );

4550: --
4551: /*fnd_file.put_line(fnd_file.log,'-->fut_sal_incr det_fut_sal_incr_actn_items with the following parameters');
4552: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4553: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4554: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4555: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4556: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4557: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);
4558: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_suspend_flag '||p_suspend_flag);

Line 4555: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);

4551: /*fnd_file.put_line(fnd_file.log,'-->fut_sal_incr det_fut_sal_incr_actn_items with the following parameters');
4552: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4553: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4554: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4555: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4556: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4557: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);
4558: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_suspend_flag '||p_suspend_flag);
4559: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/

Line 4556: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);

4552: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4553: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4554: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4555: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4556: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4557: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);
4558: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_suspend_flag '||p_suspend_flag);
4559: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4560: --

Line 4557: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);

4553: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4554: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4555: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4556: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4557: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);
4558: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_suspend_flag '||p_suspend_flag);
4559: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4560: --
4561: det_fut_sal_incr_actn_items

Line 4558: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_suspend_flag '||p_suspend_flag);

4554: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4555: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4556: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4557: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);
4558: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_suspend_flag '||p_suspend_flag);
4559: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4560: --
4561: det_fut_sal_incr_actn_items
4562: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id

Line 4559: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/

4555: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4556: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4557: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);
4558: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_suspend_flag '||p_suspend_flag);
4559: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4560: --
4561: det_fut_sal_incr_actn_items
4562: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
4563: ,p_rslt_object_version_number => p_rslt_object_version_number

Line 9540: /*fnd_file.put_line(fnd_file.log,'-->cwb_actn process_cwb_actn_items with the following parameters');

9536: --
9537: --
9538: -- Added by Anil --
9539: --
9540: /*fnd_file.put_line(fnd_file.log,'-->cwb_actn process_cwb_actn_items with the following parameters');
9541: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
9542: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9543: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9544: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);

Line 9541: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);

9537: --
9538: -- Added by Anil --
9539: --
9540: /*fnd_file.put_line(fnd_file.log,'-->cwb_actn process_cwb_actn_items with the following parameters');
9541: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
9542: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9543: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9544: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9545: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);

Line 9542: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);

9538: -- Added by Anil --
9539: --
9540: /*fnd_file.put_line(fnd_file.log,'-->cwb_actn process_cwb_actn_items with the following parameters');
9541: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
9542: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9543: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9544: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9545: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9546: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);

Line 9543: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );

9539: --
9540: /*fnd_file.put_line(fnd_file.log,'-->cwb_actn process_cwb_actn_items with the following parameters');
9541: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
9542: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9543: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9544: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9545: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9546: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);
9547: fnd_file.put_line(fnd_file.log,'-->cwb_actn l_suspend_flag '||l_suspend_flag);

Line 9544: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);

9540: /*fnd_file.put_line(fnd_file.log,'-->cwb_actn process_cwb_actn_items with the following parameters');
9541: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
9542: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9543: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9544: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9545: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9546: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);
9547: fnd_file.put_line(fnd_file.log,'-->cwb_actn l_suspend_flag '||l_suspend_flag);
9548: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/

Line 9545: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);

9541: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
9542: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9543: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9544: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9545: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9546: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);
9547: fnd_file.put_line(fnd_file.log,'-->cwb_actn l_suspend_flag '||l_suspend_flag);
9548: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
9549: --

Line 9546: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);

9542: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9543: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9544: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9545: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9546: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);
9547: fnd_file.put_line(fnd_file.log,'-->cwb_actn l_suspend_flag '||l_suspend_flag);
9548: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
9549: --
9550: process_cwb_actn_items

Line 9547: fnd_file.put_line(fnd_file.log,'-->cwb_actn l_suspend_flag '||l_suspend_flag);

9543: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9544: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9545: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9546: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);
9547: fnd_file.put_line(fnd_file.log,'-->cwb_actn l_suspend_flag '||l_suspend_flag);
9548: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
9549: --
9550: process_cwb_actn_items
9551: (p_validate => FALSE

Line 9548: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/

9544: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9545: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9546: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);
9547: fnd_file.put_line(fnd_file.log,'-->cwb_actn l_suspend_flag '||l_suspend_flag);
9548: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
9549: --
9550: process_cwb_actn_items
9551: (p_validate => FALSE
9552: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id