DBA Data[Home] [Help]

APPS.PAY_PAYMENT_GL_ACCOUNTS_PKG dependencies on HR_GENERAL

Line 120: l_effective_start_date := hr_general.start_of_time;

116:
117: hr_utility.set_location(l_proc, 60);
118:
119: l_org_payment_method_id := null;
120: l_effective_start_date := hr_general.start_of_time;
121: l_effective_end_date := hr_general.end_of_time;
122:
123: end if;
124:

Line 121: l_effective_end_date := hr_general.end_of_time;

117: hr_utility.set_location(l_proc, 60);
118:
119: l_org_payment_method_id := null;
120: l_effective_start_date := hr_general.start_of_time;
121: l_effective_end_date := hr_general.end_of_time;
122:
123: end if;
124:
125: else

Line 316: (p_effective_date => trunc(hr_general.start_of_time)

312:
313: hr_utility.set_location(l_proc, 90);
314:
315: pay_pga_ins.ins
316: (p_effective_date => trunc(hr_general.start_of_time)
317: ,p_set_of_books_id => p_set_of_books_id
318: ,p_gl_cash_ac_id => p_gl_cash_ac_id
319: ,p_gl_cash_clearing_ac_id => p_gl_cash_clearing_ac_id
320: ,p_gl_control_ac_id => p_gl_control_ac_id

Line 334: if l_esd_out <> hr_general.start_of_time and

330: p_pay_gl_account_id_out := l_pay_gl_account_id;
331:
332: hr_utility.set_location(l_proc, 100);
333:
334: if l_esd_out <> hr_general.start_of_time and
335: l_eed_out <> hr_general.end_of_time then
336:
337: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
338: hr_utility.set_message_token('PROCEDURE','PAY_PAYMENT_GL_ACCOUNTS_PKG.UPDATE_ROW');

Line 335: l_eed_out <> hr_general.end_of_time then

331:
332: hr_utility.set_location(l_proc, 100);
333:
334: if l_esd_out <> hr_general.start_of_time and
335: l_eed_out <> hr_general.end_of_time then
336:
337: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
338: hr_utility.set_message_token('PROCEDURE','PAY_PAYMENT_GL_ACCOUNTS_PKG.UPDATE_ROW');
339: hr_utility.set_message_token('STEP','10');