DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_AMEND_REG dependencies on PAY_CORE_UTILS

Line 907: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');

903:
904: lv_record_name := 'RL2 Amend Paper Report';
905: lv_message := 'RL2 Amend Preprocess was not run for this employee';
906:
907: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
908: pay_core_utils.push_token('record_name',lv_record_name);
909: pay_core_utils.push_token('name_or_number',lv_full_name);
910: pay_core_utils.push_token('description',lv_message);
911:

Line 908: pay_core_utils.push_token('record_name',lv_record_name);

904: lv_record_name := 'RL2 Amend Paper Report';
905: lv_message := 'RL2 Amend Preprocess was not run for this employee';
906:
907: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
908: pay_core_utils.push_token('record_name',lv_record_name);
909: pay_core_utils.push_token('name_or_number',lv_full_name);
910: pay_core_utils.push_token('description',lv_message);
911:
912: end if;

Line 909: pay_core_utils.push_token('name_or_number',lv_full_name);

905: lv_message := 'RL2 Amend Preprocess was not run for this employee';
906:
907: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
908: pay_core_utils.push_token('record_name',lv_record_name);
909: pay_core_utils.push_token('name_or_number',lv_full_name);
910: pay_core_utils.push_token('description',lv_message);
911:
912: end if;
913: exit;

Line 910: pay_core_utils.push_token('description',lv_message);

906:
907: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
908: pay_core_utils.push_token('record_name',lv_record_name);
909: pay_core_utils.push_token('name_or_number',lv_full_name);
910: pay_core_utils.push_token('description',lv_message);
911:
912: end if;
913: exit;
914:

Line 1072: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');

1068:
1069: lv_record_name := 'RL2 Amend Register Report';
1070: lv_message := 'RL2 Amend Preprocess was not run for this employee';
1071:
1072: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
1073: pay_core_utils.push_token('record_name',lv_record_name);
1074: pay_core_utils.push_token('name_or_number',lv_full_name);
1075: pay_core_utils.push_token('description',lv_message);
1076:

Line 1073: pay_core_utils.push_token('record_name',lv_record_name);

1069: lv_record_name := 'RL2 Amend Register Report';
1070: lv_message := 'RL2 Amend Preprocess was not run for this employee';
1071:
1072: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
1073: pay_core_utils.push_token('record_name',lv_record_name);
1074: pay_core_utils.push_token('name_or_number',lv_full_name);
1075: pay_core_utils.push_token('description',lv_message);
1076:
1077: end if;

Line 1074: pay_core_utils.push_token('name_or_number',lv_full_name);

1070: lv_message := 'RL2 Amend Preprocess was not run for this employee';
1071:
1072: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
1073: pay_core_utils.push_token('record_name',lv_record_name);
1074: pay_core_utils.push_token('name_or_number',lv_full_name);
1075: pay_core_utils.push_token('description',lv_message);
1076:
1077: end if;
1078: exit;

Line 1075: pay_core_utils.push_token('description',lv_message);

1071:
1072: pay_core_utils.push_message(801,'PAY_INVALID_EE_FORMAT','A');
1073: pay_core_utils.push_token('record_name',lv_record_name);
1074: pay_core_utils.push_token('name_or_number',lv_full_name);
1075: pay_core_utils.push_token('description',lv_message);
1076:
1077: end if;
1078: exit;
1079: