DBA Data[Home] [Help]

APPS.BEN_ENROLLMENT_ACTION_ITEMS dependencies on FND_FILE

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

4471: -- Issue a savepoint if operating in validate only mode
4472: --
4473: OPEN c_future_sal_inc;
4474: fetch c_future_sal_inc into l_future_sal_inc;
4475: /*fnd_file.put_line(fnd_file.log,'-->The info garnered from the sal cursor');
4476: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.prtt_enrt_rslt_id'||l_future_sal_inc.rslt_id);
4477: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.per_in_ler_id'||l_future_sal_inc.per_in_ler_id);
4478: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.assignment_id'||l_future_sal_inc.assignment_id);*/
4479: IF c_future_sal_inc%FOUND THEN

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

4472: --
4473: OPEN c_future_sal_inc;
4474: fetch c_future_sal_inc into l_future_sal_inc;
4475: /*fnd_file.put_line(fnd_file.log,'-->The info garnered from the sal cursor');
4476: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.prtt_enrt_rslt_id'||l_future_sal_inc.rslt_id);
4477: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.per_in_ler_id'||l_future_sal_inc.per_in_ler_id);
4478: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.assignment_id'||l_future_sal_inc.assignment_id);*/
4479: IF c_future_sal_inc%FOUND THEN
4480: l_actn_typ_id := get_actn_typ_id

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

4473: OPEN c_future_sal_inc;
4474: fetch c_future_sal_inc into l_future_sal_inc;
4475: /*fnd_file.put_line(fnd_file.log,'-->The info garnered from the sal cursor');
4476: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.prtt_enrt_rslt_id'||l_future_sal_inc.rslt_id);
4477: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.per_in_ler_id'||l_future_sal_inc.per_in_ler_id);
4478: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.assignment_id'||l_future_sal_inc.assignment_id);*/
4479: IF c_future_sal_inc%FOUND THEN
4480: l_actn_typ_id := get_actn_typ_id
4481: (p_type_cd => 'MRRFS'

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

4474: fetch c_future_sal_inc into l_future_sal_inc;
4475: /*fnd_file.put_line(fnd_file.log,'-->The info garnered from the sal cursor');
4476: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.prtt_enrt_rslt_id'||l_future_sal_inc.rslt_id);
4477: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.per_in_ler_id'||l_future_sal_inc.per_in_ler_id);
4478: fnd_file.put_line(fnd_file.log,'-->l_future_sal_inc.assignment_id'||l_future_sal_inc.assignment_id);*/
4479: IF c_future_sal_inc%FOUND THEN
4480: l_actn_typ_id := get_actn_typ_id
4481: (p_type_cd => 'MRRFS'
4482: ,p_business_group_id => p_business_group_id);

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

4479: IF c_future_sal_inc%FOUND THEN
4480: l_actn_typ_id := get_actn_typ_id
4481: (p_type_cd => 'MRRFS'
4482: ,p_business_group_id => p_business_group_id);
4483: /*fnd_file.put_line(fnd_file.log,'-->The Action item type is l_actn_typ_id'||l_actn_typ_id);
4484: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item writing the action item with the following parameters');
4485: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4486: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4487: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );

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

4480: l_actn_typ_id := get_actn_typ_id
4481: (p_type_cd => 'MRRFS'
4482: ,p_business_group_id => p_business_group_id);
4483: /*fnd_file.put_line(fnd_file.log,'-->The Action item type is l_actn_typ_id'||l_actn_typ_id);
4484: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item writing the action item with the following parameters');
4485: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4486: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4487: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4488: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);

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

4481: (p_type_cd => 'MRRFS'
4482: ,p_business_group_id => p_business_group_id);
4483: /*fnd_file.put_line(fnd_file.log,'-->The Action item type is l_actn_typ_id'||l_actn_typ_id);
4484: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item writing the action item with the following parameters');
4485: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4486: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4487: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4488: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4489: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);

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

4482: ,p_business_group_id => p_business_group_id);
4483: /*fnd_file.put_line(fnd_file.log,'-->The Action item type is l_actn_typ_id'||l_actn_typ_id);
4484: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item writing the action item with the following parameters');
4485: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4486: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4487: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4488: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4489: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4490: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);

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

4483: /*fnd_file.put_line(fnd_file.log,'-->The Action item type is l_actn_typ_id'||l_actn_typ_id);
4484: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item writing the action item with the following parameters');
4485: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4486: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4487: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4488: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4489: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4490: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);
4491: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_actn_id '||l_prtt_enrt_actn_id);

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

4484: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item writing the action item with the following parameters');
4485: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4486: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4487: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4488: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4489: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4490: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);
4491: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_actn_id '||l_prtt_enrt_actn_id);
4492: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/

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

4485: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4486: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4487: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4488: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4489: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4490: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);
4491: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_actn_id '||l_prtt_enrt_actn_id);
4492: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4493: write_new_action_item

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

4486: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_effective_date '||p_effective_date);
4487: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4488: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4489: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4490: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);
4491: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_actn_id '||l_prtt_enrt_actn_id);
4492: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4493: write_new_action_item
4494: ( p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id

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

4487: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_business_group_id '||p_business_group_id );
4488: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4489: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4490: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);
4491: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_actn_id '||l_prtt_enrt_actn_id);
4492: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4493: write_new_action_item
4494: ( p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
4495: ,p_rslt_object_version_number => p_rslt_object_version_number

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

4488: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_datetrack_mode '||p_datetrack_mode);
4489: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_post_rslt_flag '||p_post_rslt_flag);
4490: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_rslt_object_version_number'||p_rslt_object_version_number);
4491: fnd_file.put_line(fnd_file.log,'-->wrt_actn_item p_prtt_enrt_actn_id '||l_prtt_enrt_actn_id);
4492: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4493: write_new_action_item
4494: ( p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
4495: ,p_rslt_object_version_number => p_rslt_object_version_number
4496: ,p_actn_typ_id => l_actn_typ_id

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

4512: WHEN OTHERS THEN
4513: if g_debug then
4514: hr_utility.set_location('Exception Raised '||l_proc, 10);
4515: end if;
4516: fnd_file.put_line(fnd_file.log,'Exception Raised -'||l_proc);
4517: fnd_file.put_line(fnd_file.log,fnd_message.get);
4518: fnd_file.put_line(fnd_file.log,sqlerrm);
4519:
4520: p_rslt_object_version_number :=l_rslt_object_version_number;

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

4513: if g_debug then
4514: hr_utility.set_location('Exception Raised '||l_proc, 10);
4515: end if;
4516: fnd_file.put_line(fnd_file.log,'Exception Raised -'||l_proc);
4517: fnd_file.put_line(fnd_file.log,fnd_message.get);
4518: fnd_file.put_line(fnd_file.log,sqlerrm);
4519:
4520: p_rslt_object_version_number :=l_rslt_object_version_number;
4521: p_suspend_flag :=l_suspend_flag ;

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

4514: hr_utility.set_location('Exception Raised '||l_proc, 10);
4515: end if;
4516: fnd_file.put_line(fnd_file.log,'Exception Raised -'||l_proc);
4517: fnd_file.put_line(fnd_file.log,fnd_message.get);
4518: fnd_file.put_line(fnd_file.log,sqlerrm);
4519:
4520: p_rslt_object_version_number :=l_rslt_object_version_number;
4521: p_suspend_flag :=l_suspend_flag ;
4522: RAISE;

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

4560: -- Issue a savepoint if operating in validate only mode
4561: --
4562: savepoint process_cwb_actn_items;
4563: --
4564: /*fnd_file.put_line(fnd_file.log,'-->fut_sal_incr det_fut_sal_incr_actn_items with the following parameters');
4565: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4566: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4567: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4568: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);

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

4561: --
4562: savepoint process_cwb_actn_items;
4563: --
4564: /*fnd_file.put_line(fnd_file.log,'-->fut_sal_incr det_fut_sal_incr_actn_items with the following parameters');
4565: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4566: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4567: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4568: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4569: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);

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

4562: savepoint process_cwb_actn_items;
4563: --
4564: /*fnd_file.put_line(fnd_file.log,'-->fut_sal_incr det_fut_sal_incr_actn_items with the following parameters');
4565: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4566: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4567: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4568: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4569: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4570: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);

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

4563: --
4564: /*fnd_file.put_line(fnd_file.log,'-->fut_sal_incr det_fut_sal_incr_actn_items with the following parameters');
4565: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4566: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4567: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4568: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4569: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4570: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);
4571: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_suspend_flag '||p_suspend_flag);

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

4564: /*fnd_file.put_line(fnd_file.log,'-->fut_sal_incr det_fut_sal_incr_actn_items with the following parameters');
4565: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4566: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4567: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4568: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4569: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4570: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);
4571: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_suspend_flag '||p_suspend_flag);
4572: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/

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

4565: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
4566: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4567: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4568: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4569: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4570: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);
4571: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_suspend_flag '||p_suspend_flag);
4572: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4573: --

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

4566: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_effective_date '||p_effective_date);
4567: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4568: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4569: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4570: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);
4571: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_suspend_flag '||p_suspend_flag);
4572: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4573: --
4574: det_fut_sal_incr_actn_items

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

4567: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_business_group_id '||p_business_group_id );
4568: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4569: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4570: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);
4571: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_suspend_flag '||p_suspend_flag);
4572: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4573: --
4574: det_fut_sal_incr_actn_items
4575: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id

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

4568: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_datetrack_mode '||p_datetrack_mode);
4569: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_post_rslt_flag '||p_post_rslt_flag);
4570: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_rslt_object_version_number'||p_rslt_object_version_number);
4571: fnd_file.put_line(fnd_file.log,'-->fut_sal_incr p_suspend_flag '||p_suspend_flag);
4572: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
4573: --
4574: det_fut_sal_incr_actn_items
4575: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
4576: ,p_rslt_object_version_number => p_rslt_object_version_number

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

9621: --
9622: --
9623: -- Added by Anil --
9624: --
9625: /*fnd_file.put_line(fnd_file.log,'-->cwb_actn process_cwb_actn_items with the following parameters');
9626: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
9627: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9628: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9629: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);

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

9622: --
9623: -- Added by Anil --
9624: --
9625: /*fnd_file.put_line(fnd_file.log,'-->cwb_actn process_cwb_actn_items with the following parameters');
9626: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
9627: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9628: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9629: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9630: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);

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

9623: -- Added by Anil --
9624: --
9625: /*fnd_file.put_line(fnd_file.log,'-->cwb_actn process_cwb_actn_items with the following parameters');
9626: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
9627: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9628: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9629: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9630: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9631: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);

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

9624: --
9625: /*fnd_file.put_line(fnd_file.log,'-->cwb_actn process_cwb_actn_items with the following parameters');
9626: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
9627: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9628: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9629: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9630: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9631: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);
9632: fnd_file.put_line(fnd_file.log,'-->cwb_actn l_suspend_flag '||l_suspend_flag);

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

9625: /*fnd_file.put_line(fnd_file.log,'-->cwb_actn process_cwb_actn_items with the following parameters');
9626: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
9627: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9628: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9629: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9630: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9631: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);
9632: fnd_file.put_line(fnd_file.log,'-->cwb_actn l_suspend_flag '||l_suspend_flag);
9633: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/

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

9626: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_prtt_enrt_rslt_id '||p_prtt_enrt_rslt_id);
9627: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9628: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9629: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9630: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9631: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);
9632: fnd_file.put_line(fnd_file.log,'-->cwb_actn l_suspend_flag '||l_suspend_flag);
9633: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
9634: --

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

9627: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_effective_date '||p_effective_date);
9628: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9629: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9630: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9631: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);
9632: fnd_file.put_line(fnd_file.log,'-->cwb_actn l_suspend_flag '||l_suspend_flag);
9633: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
9634: --
9635: process_cwb_actn_items

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

9628: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_business_group_id '||p_business_group_id );
9629: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9630: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9631: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);
9632: fnd_file.put_line(fnd_file.log,'-->cwb_actn l_suspend_flag '||l_suspend_flag);
9633: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
9634: --
9635: process_cwb_actn_items
9636: (p_validate => FALSE

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

9629: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_datetrack_mode '||p_datetrack_mode);
9630: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_post_rslt_flag '||p_post_rslt_flag);
9631: fnd_file.put_line(fnd_file.log,'-->cwb_actn p_rslt_object_version_number'||p_rslt_object_version_number);
9632: fnd_file.put_line(fnd_file.log,'-->cwb_actn l_suspend_flag '||l_suspend_flag);
9633: fnd_file.put_line(fnd_file.log,'---------------------------------------------------------------------------');*/
9634: --
9635: process_cwb_actn_items
9636: (p_validate => FALSE
9637: ,p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id