DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on HR_UTILITY

Line 259: ---hr_utility.trace_on('Y', 'PREGEN');

255: and nvl(business_group_id, p_business_group_id) = p_business_group_id;
256:
257:
258: BEGIN
259: ---hr_utility.trace_on('Y', 'PREGEN');
260: g_use_pre_gen_suspense := FND_PROFILE.VALUE('PSP_USE_PREGEN_SUSPENSE'); -- Bug 2007521
261: FND_MSG_PUB.Initialize;
262: --dbms_output.PUT_LINE('................0');
263:

Line 355: hr_utility.trace('Calling Autopop');

351: fetch autopop_config_cur into g_suspense_autopop, g_pregen_autopop;
352: close autopop_config_cur;
353:
354: if g_pregen_autopop ='Y' then --- changed to new option for 5080403
355: hr_utility.trace('Calling Autopop');
356: Autopop(
357: X_Batch_name => p_batch_name,
358: X_Set_of_Books_Id =>p_set_of_books_id,
359: X_Business_Group_ID =>p_business_group_id,

Line 2015: hr_utility.trace('project_id is not null');

2011: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2012: end if;
2013:
2014: elsif g_pregen_rec.project_id is not null then /* Bug fix 2985061 */
2015: hr_utility.trace('project_id is not null');
2016: -- elsif (NVL(g_pregen_rec.project_id,0) <> 0) then
2017:
2018: /********************************************************************************************************
2019:

Line 2096: hr_utility.trace('Calling Autopop for Exp type');

2092: end if;
2093: end if;
2094: else
2095: -- Call Auto-Population for a new expenditure type.
2096: hr_utility.trace('Calling Autopop for Exp type');
2097: psp_autopop.main(p_acct_type => 'E',
2098: p_person_id => g_pregen_rec.person_id,
2099: p_assignment_id => g_pregen_rec.assignment_id,
2100: p_element_type_id => g_pregen_rec.element_type_id,