DBA Data[Home] [Help]

APPS.BEN_PRE_DATAPUMP_PROCESS dependencies on FND_FILE

Line 239: fnd_file.put_line

235: --Person Data - Use either employee_number or SSN or Fullname plus DOB or Person num
236: --Plan design - Use either comp object name or num but can't use num for some plans
237: and name for some other plans.
238: */
239: fnd_file.put_line
240: (which => fnd_file.log,
241: buff => 'Entering - module_name :pre_create_enrollment' );
242: --
243: fnd_file.put_line

Line 240: (which => fnd_file.log,

236: --Plan design - Use either comp object name or num but can't use num for some plans
237: and name for some other plans.
238: */
239: fnd_file.put_line
240: (which => fnd_file.log,
241: buff => 'Entering - module_name :pre_create_enrollment' );
242: --
243: fnd_file.put_line
244: (which => fnd_file.log,

Line 243: fnd_file.put_line

239: fnd_file.put_line
240: (which => fnd_file.log,
241: buff => 'Entering - module_name :pre_create_enrollment' );
242: --
243: fnd_file.put_line
244: (which => fnd_file.log,
245: buff => 'Batch ID: '||p_batch_id );
246: --
247: --Update Header for ATOMIC_LINKED_CALLS

Line 244: (which => fnd_file.log,

240: (which => fnd_file.log,
241: buff => 'Entering - module_name :pre_create_enrollment' );
242: --
243: fnd_file.put_line
244: (which => fnd_file.log,
245: buff => 'Batch ID: '||p_batch_id );
246: --
247: --Update Header for ATOMIC_LINKED_CALLS
248: --we need patch 4665288 applied for this.

Line 259: fnd_file.put_line

255: SET P_RECORD_TYP_CD = 'ENROLL'
256: WHERE batch_id = p_batch_id;
257: --
258: --
259: fnd_file.put_line
260: (which => fnd_file.log,
261: buff => 'Updated Header for ATOMIC_LINKED_CALLS');
262: --
263: for i in c_choices loop

Line 260: (which => fnd_file.log,

256: WHERE batch_id = p_batch_id;
257: --
258: --
259: fnd_file.put_line
260: (which => fnd_file.log,
261: buff => 'Updated Header for ATOMIC_LINKED_CALLS');
262: --
263: for i in c_choices loop
264: --

Line 464: fnd_file.put_line

460: and batch_line_id = l_prev_rec.batch_line_id;
461: --
462: END IF;
463: --
464: fnd_file.put_line
465: (which => fnd_file.log,
466: buff => 'Leaving - module_name :pre_create_enrollment' );
467: --
468: end pre_create_enrollment ;

Line 465: (which => fnd_file.log,

461: --
462: END IF;
463: --
464: fnd_file.put_line
465: (which => fnd_file.log,
466: buff => 'Leaving - module_name :pre_create_enrollment' );
467: --
468: end pre_create_enrollment ;
469: --

Line 522: fnd_file.put_line

518: --Person Data - Use either employee_number or SSN or Fullname plus DOB or Person num
519: --Plan design - Use either comp object name or num but can't use num for some plans
520: and name for some other plans.
521: */
522: fnd_file.put_line
523: (which => fnd_file.log,
524: buff => 'Entering - module_name :pre_process_dependent' );
525: --
526: fnd_file.put_line

Line 523: (which => fnd_file.log,

519: --Plan design - Use either comp object name or num but can't use num for some plans
520: and name for some other plans.
521: */
522: fnd_file.put_line
523: (which => fnd_file.log,
524: buff => 'Entering - module_name :pre_process_dependent' );
525: --
526: fnd_file.put_line
527: (which => fnd_file.log,

Line 526: fnd_file.put_line

522: fnd_file.put_line
523: (which => fnd_file.log,
524: buff => 'Entering - module_name :pre_process_dependent' );
525: --
526: fnd_file.put_line
527: (which => fnd_file.log,
528: buff => 'Batch ID: '||p_batch_id );
529: --
530: --Update Header for ATOMIC_LINKED_CALLS

Line 527: (which => fnd_file.log,

523: (which => fnd_file.log,
524: buff => 'Entering - module_name :pre_process_dependent' );
525: --
526: fnd_file.put_line
527: (which => fnd_file.log,
528: buff => 'Batch ID: '||p_batch_id );
529: --
530: --Update Header for ATOMIC_LINKED_CALLS
531: --we need patch 4665288 applied for this.

Line 536: fnd_file.put_line

532: UPDATE hr_pump_batch_headers bh
533: SET bh.ATOMIC_LINKED_CALLS = 'Y'
534: WHERE bh.batch_id = p_batch_id ;
535: --
536: fnd_file.put_line
537: (which => fnd_file.log,
538: buff => 'Updated Header for ATOMIC_LINKED_CALLS');
539: --
540: --

Line 537: (which => fnd_file.log,

533: SET bh.ATOMIC_LINKED_CALLS = 'Y'
534: WHERE bh.batch_id = p_batch_id ;
535: --
536: fnd_file.put_line
537: (which => fnd_file.log,
538: buff => 'Updated Header for ATOMIC_LINKED_CALLS');
539: --
540: --
541: UPDATE hrdpv_process_dependent

Line 808: fnd_file.put_line

804: --
805: END IF;
806: --
807:
808: fnd_file.put_line
809: (which => fnd_file.log,
810: buff => 'Leaving - module_name :pre_process_dependent' );
811: --
812: end pre_process_dependent ;

Line 809: (which => fnd_file.log,

805: END IF;
806: --
807:
808: fnd_file.put_line
809: (which => fnd_file.log,
810: buff => 'Leaving - module_name :pre_process_dependent' );
811: --
812: end pre_process_dependent ;
813: --

Line 869: fnd_file.put_line

865: --Person Data - Use either employee_number or SSN or Fullname plus DOB or Person num
866: --Plan design - Use either comp object name or num but can't use num for some plans
867: and name for some other plans.
868: */
869: fnd_file.put_line
870: (which => fnd_file.log,
871: buff => 'Entering - module_name :pre_process_beneficiary' );
872: --
873: fnd_file.put_line

Line 870: (which => fnd_file.log,

866: --Plan design - Use either comp object name or num but can't use num for some plans
867: and name for some other plans.
868: */
869: fnd_file.put_line
870: (which => fnd_file.log,
871: buff => 'Entering - module_name :pre_process_beneficiary' );
872: --
873: fnd_file.put_line
874: (which => fnd_file.log,

Line 873: fnd_file.put_line

869: fnd_file.put_line
870: (which => fnd_file.log,
871: buff => 'Entering - module_name :pre_process_beneficiary' );
872: --
873: fnd_file.put_line
874: (which => fnd_file.log,
875: buff => 'Batch ID: '||p_batch_id );
876: --
877: --Update Header for ATOMIC_LINKED_CALLS

Line 874: (which => fnd_file.log,

870: (which => fnd_file.log,
871: buff => 'Entering - module_name :pre_process_beneficiary' );
872: --
873: fnd_file.put_line
874: (which => fnd_file.log,
875: buff => 'Batch ID: '||p_batch_id );
876: --
877: --Update Header for ATOMIC_LINKED_CALLS
878: --we need patch 4665288 applied for this.

Line 883: fnd_file.put_line

879: UPDATE hr_pump_batch_headers bh
880: SET bh.ATOMIC_LINKED_CALLS = 'Y'
881: WHERE bh.batch_id = p_batch_id ;
882: --
883: fnd_file.put_line
884: (which => fnd_file.log,
885: buff => 'Updated Header for ATOMIC_LINKED_CALLS');
886: --
887: --

Line 884: (which => fnd_file.log,

880: SET bh.ATOMIC_LINKED_CALLS = 'Y'
881: WHERE bh.batch_id = p_batch_id ;
882: --
883: fnd_file.put_line
884: (which => fnd_file.log,
885: buff => 'Updated Header for ATOMIC_LINKED_CALLS');
886: --
887: --
888: UPDATE hrdpv_process_beneficiary

Line 1086: fnd_file.put_line

1082: --
1083: END IF;
1084: --
1085:
1086: fnd_file.put_line
1087: (which => fnd_file.log,
1088: buff => 'Leaving - module_name :pre_process_beneficiary' );
1089: --
1090: end pre_process_beneficiary;

Line 1087: (which => fnd_file.log,

1083: END IF;
1084: --
1085:
1086: fnd_file.put_line
1087: (which => fnd_file.log,
1088: buff => 'Leaving - module_name :pre_process_beneficiary' );
1089: --
1090: end pre_process_beneficiary;
1091: --