DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on HR_NONRUN_ASACT

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

2078: l_lst_yr_start)
2079: LOOP
2080:
2081: IF g_debug THEN
2082: hr_utility.set_location('Calling hr_nonrun_asact.insact for assignment id :'||l_asgid,2);
2083: END if;
2084:
2085: OPEN next_action_id;
2086: FETCH next_action_id INTO l_next_action_id;

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

2085: OPEN next_action_id;
2086: FETCH next_action_id INTO l_next_action_id;
2087: CLOSE next_action_id;
2088:
2089: hr_nonrun_asact.insact(l_next_action_id,csr_rec.assignment_id,p_payroll_action_id,p_chunk,null);
2090:
2091: IF g_debug THEN
2092: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);
2093: END if;

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

2088:
2089: hr_nonrun_asact.insact(l_next_action_id,csr_rec.assignment_id,p_payroll_action_id,p_chunk,null);
2090:
2091: IF g_debug THEN
2092: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);
2093: END if;
2094:
2095: END LOOP;
2096:

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

2113: close c_asgids;
2114: exit;
2115: ELSE
2116: IF g_debug THEN
2117: hr_utility.set_location('Calling hr_nonrun_asact.insact for assignment id :'||l_asgid,2);
2118: END if;
2119: OPEN next_action_id;
2120: FETCH next_action_id INTO l_next_action_id;
2121: CLOSE next_action_id;

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

2118: END if;
2119: OPEN next_action_id;
2120: FETCH next_action_id INTO l_next_action_id;
2121: CLOSE next_action_id;
2122: hr_nonrun_asact.insact(l_next_action_id,l_asgid,p_payroll_action_id,p_chunk,null);
2123:
2124: IF g_debug THEN
2125: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);
2126: END if;

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

2121: CLOSE next_action_id;
2122: hr_nonrun_asact.insact(l_next_action_id,l_asgid,p_payroll_action_id,p_chunk,null);
2123:
2124: IF g_debug THEN
2125: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);
2126: END if;
2127: END IF;
2128: END LOOP;
2129: END IF; /* Range Person Check */

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

2148: CLOSE c_asgid_only;
2149: EXIT;
2150: ELSE
2151: IF g_debug THEN
2152: hr_utility.set_location('Calling hr_nonrun_asact.insact for assignment id :'||l_asgid,2);
2153: END IF;
2154: OPEN next_action_id;
2155: FETCH next_action_id INTO l_next_action_id;
2156: CLOSE next_action_id;

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

2153: END IF;
2154: OPEN next_action_id;
2155: FETCH next_action_id INTO l_next_action_id;
2156: CLOSE next_action_id;
2157: hr_nonrun_asact.insact(l_next_action_id,l_asgid,p_payroll_action_id,p_chunk,NULL);
2158:
2159: IF g_debug THEN
2160: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);
2161: END if;

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

2156: CLOSE next_action_id;
2157: hr_nonrun_asact.insact(l_next_action_id,l_asgid,p_payroll_action_id,p_chunk,NULL);
2158:
2159: IF g_debug THEN
2160: hr_utility.set_location('After calling hr_nonrun_asact.insact',3);
2161: END if;
2162: END IF;
2163: END LOOP;
2164: END IF;