DBA Data[Home] [Help]

APPS.PAY_MX_PTU_CALC dependencies on PAY_CORE_UTILS

Line 967: pay_core_utils.push_message(801,

963: OPEN c_get_EE_no(ln_skipped_person_id);
964: FETCH c_get_EE_no INTO lv_EE_no;
965: CLOSE c_get_EE_no;
966:
967: pay_core_utils.push_message(801,
968: 'PAY_MX_MISSING_ASG_FOR_PTU',
969: 'P');
970: pay_core_utils.push_token('DETAILS',
971: 'EE: ' || lv_EE_no);

Line 970: pay_core_utils.push_token('DETAILS',

966:
967: pay_core_utils.push_message(801,
968: 'PAY_MX_MISSING_ASG_FOR_PTU',
969: 'P');
970: pay_core_utils.push_token('DETAILS',
971: 'EE: ' || lv_EE_no);
972:
973: END IF;
974:

Line 1051: pay_core_utils.push_message(801, 'PAY_MX_MISSING_ASG_FOR_PTU', 'P');

1047: OPEN c_get_EE_no(ln_skipped_person_id);
1048: FETCH c_get_EE_no INTO lv_EE_no;
1049: CLOSE c_get_EE_no;
1050:
1051: pay_core_utils.push_message(801, 'PAY_MX_MISSING_ASG_FOR_PTU', 'P');
1052: pay_core_utils.push_token('DETAILS', 'EE: ' || lv_EE_no);
1053:
1054: END IF;
1055:

Line 1052: pay_core_utils.push_token('DETAILS', 'EE: ' || lv_EE_no);

1048: FETCH c_get_EE_no INTO lv_EE_no;
1049: CLOSE c_get_EE_no;
1050:
1051: pay_core_utils.push_message(801, 'PAY_MX_MISSING_ASG_FOR_PTU', 'P');
1052: pay_core_utils.push_token('DETAILS', 'EE: ' || lv_EE_no);
1053:
1054: END IF;
1055:
1056: IF ln_factor_G_found = FALSE OR ln_factor_F_found = FALSE THEN