DBA Data[Home] [Help]

APPS.HXT_UTIL dependencies on HXT_USER_EXITS

Line 1030: hxt_user_exits.Define_Reference_Number(i_payroll_id,

1026: and ast.pay_system_status = 'P'; -- Check payroll status
1027:
1028: BEGIN
1029: IF p_batch_ref IS NULL THEN
1030: hxt_user_exits.Define_Reference_Number(i_payroll_id,
1031: i_time_period_id,
1032: i_assignment_id,
1033: i_person_id,
1034: l_user_name,

Line 1074: hxt_user_exits.define_batch_name (

1070:
1071: -- from the batch id, get the batch name
1072: IF p_batch_name IS NULL
1073: THEN
1074: hxt_user_exits.define_batch_name (
1075: l_batch_id,
1076: l_batch_name,
1077: l_error_text
1078: );

Line 1086: hxt_user_exits.Define_Batch_Name(l_batch_id, l_batch_name, l_error_text);*/

1082: RETURN 2;
1083: END IF;
1084: --
1085: IF p_batch_name IS NULL THEN
1086: hxt_user_exits.Define_Batch_Name(l_batch_id, l_batch_name, l_error_text);*/
1087: ELSE
1088: l_batch_name := p_batch_name || 'R' || to_char(l_batch_id);
1089: END IF;
1090: