DBA Data[Home] [Help]

APPS.PAY_BAL_ADJUST dependencies on FND_DATE

Line 219: hr_utility.trace('effdate : ' || fnd_date.date_to_canonical(l_info.effdate));

215: g_info.action_type:= l_action_type;
216:
217: -- Output information the first time round.
218: hr_utility.trace('batchid : ' || g_info.batchid);
219: hr_utility.trace('effdate : ' || fnd_date.date_to_canonical(l_info.effdate));
220: hr_utility.trace('busgrpid : ' || g_info.busgrpid);
221: hr_utility.trace('asgid : ' || g_info.asgid);
222: hr_utility.trace('mode : ' || g_info.batch_mode);
223: hr_utility.trace('acttype : ' || g_info.action_type);

Line 1212: hr_utility.trace('effdate : ' || fnd_date.date_to_canonical(l_info.effdate));

1208: -- See if batch can be processed.
1209: l_info := get_batch_info(p_batch_id);
1210:
1211: hr_utility.trace('batchid : ' || l_info.batchid);
1212: hr_utility.trace('effdate : ' || fnd_date.date_to_canonical(l_info.effdate));
1213: hr_utility.trace('busgrpid : ' || l_info.busgrpid);
1214: hr_utility.trace('mode : ' || l_info.batch_mode);
1215:
1216: --

Line 1509: p_context_value := fnd_date.date_to_canonical(p_effdate);

1505: into p_context_value
1506: from pay_assignment_actions
1507: where assignment_action_id =p_assignment_action_id;
1508: elsif (p_inp_name = 'DATE_EARNED') then
1509: p_context_value := fnd_date.date_to_canonical(p_effdate);
1510: end if;
1511:
1512: end get_context;
1513: