DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on HR_NONRUN_ASACT

Line 3323: hr_utility.set_location('Calling hr_nonrun_asact.insact for assignment id :'||l_asgid,2);

3319: l_lst_yr_start)
3320: LOOP
3321:
3322: IF g_debug THEN
3323: hr_utility.set_location('Calling hr_nonrun_asact.insact for assignment id :'||l_asgid,2);
3324: END if;
3325:
3326: OPEN next_action_id;
3327: FETCH next_action_id INTO l_next_action_id;

Line 3330: hr_nonrun_asact.insact(l_next_action_id,csr_rec.assignment_id,p_payroll_action_id,p_chunk,null);

3326: OPEN next_action_id;
3327: FETCH next_action_id INTO l_next_action_id;
3328: CLOSE next_action_id;
3329:
3330: hr_nonrun_asact.insact(l_next_action_id,csr_rec.assignment_id,p_payroll_action_id,p_chunk,null);
3331:
3332: IF g_debug THEN
3333: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);
3334: END if;

Line 3333: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);

3329:
3330: hr_nonrun_asact.insact(l_next_action_id,csr_rec.assignment_id,p_payroll_action_id,p_chunk,null);
3331:
3332: IF g_debug THEN
3333: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);
3334: END if;
3335:
3336: END LOOP;
3337:

Line 3358: hr_utility.set_location('Calling hr_nonrun_asact.insact for assignment id :'||l_asgid,2);

3354: close c_asgids;
3355: exit;
3356: ELSE
3357: IF g_debug THEN
3358: hr_utility.set_location('Calling hr_nonrun_asact.insact for assignment id :'||l_asgid,2);
3359: END if;
3360: OPEN next_action_id;
3361: FETCH next_action_id INTO l_next_action_id;
3362: CLOSE next_action_id;

Line 3363: hr_nonrun_asact.insact(l_next_action_id,l_asgid,p_payroll_action_id,p_chunk,null);

3359: END if;
3360: OPEN next_action_id;
3361: FETCH next_action_id INTO l_next_action_id;
3362: CLOSE next_action_id;
3363: hr_nonrun_asact.insact(l_next_action_id,l_asgid,p_payroll_action_id,p_chunk,null);
3364:
3365: IF g_debug THEN
3366: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);
3367: END if;

Line 3366: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);

3362: CLOSE next_action_id;
3363: hr_nonrun_asact.insact(l_next_action_id,l_asgid,p_payroll_action_id,p_chunk,null);
3364:
3365: IF g_debug THEN
3366: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);
3367: END if;
3368: END IF;
3369: END LOOP;
3370: END IF; /* Range Person Check */

Line 3393: hr_utility.set_location('Calling hr_nonrun_asact.insact for assignment id :'||l_asgid,2);

3389: CLOSE c_asgid_only;
3390: EXIT;
3391: ELSE
3392: IF g_debug THEN
3393: hr_utility.set_location('Calling hr_nonrun_asact.insact for assignment id :'||l_asgid,2);
3394: END IF;
3395: OPEN next_action_id;
3396: FETCH next_action_id INTO l_next_action_id;
3397: CLOSE next_action_id;

Line 3398: hr_nonrun_asact.insact(l_next_action_id,l_asgid,p_payroll_action_id,p_chunk,NULL);

3394: END IF;
3395: OPEN next_action_id;
3396: FETCH next_action_id INTO l_next_action_id;
3397: CLOSE next_action_id;
3398: hr_nonrun_asact.insact(l_next_action_id,l_asgid,p_payroll_action_id,p_chunk,NULL);
3399:
3400: IF g_debug THEN
3401: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);
3402: END if;

Line 3401: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);

3397: CLOSE next_action_id;
3398: hr_nonrun_asact.insact(l_next_action_id,l_asgid,p_payroll_action_id,p_chunk,NULL);
3399:
3400: IF g_debug THEN
3401: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);
3402: END if;
3403: END IF;
3404: END LOOP;
3405: END IF;