DBA Data[Home] [Help]

APPS.PAY_MX_PTU_CALC dependencies on PAY_CORE_UTILS

Line 1002: pay_core_utils.push_message(801,

998: OPEN c_get_EE_no(ln_skipped_person_id);
999: FETCH c_get_EE_no INTO lv_EE_no;
1000: CLOSE c_get_EE_no;
1001:
1002: pay_core_utils.push_message(801,
1003: 'PAY_MX_MISSING_ASG_FOR_PTU',
1004: 'P');
1005: pay_core_utils.push_token('DETAILS',
1006: 'EE: ' || lv_EE_no);

Line 1005: pay_core_utils.push_token('DETAILS',

1001:
1002: pay_core_utils.push_message(801,
1003: 'PAY_MX_MISSING_ASG_FOR_PTU',
1004: 'P');
1005: pay_core_utils.push_token('DETAILS',
1006: 'EE: ' || lv_EE_no);
1007:
1008: END IF;
1009:

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

1084: OPEN c_get_EE_no(ln_skipped_person_id);
1085: FETCH c_get_EE_no INTO lv_EE_no;
1086: CLOSE c_get_EE_no;
1087:
1088: pay_core_utils.push_message(801, 'PAY_MX_MISSING_ASG_FOR_PTU', 'P');
1089: pay_core_utils.push_token('DETAILS', 'EE: ' || lv_EE_no);
1090:
1091: END IF;
1092:

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

1085: FETCH c_get_EE_no INTO lv_EE_no;
1086: CLOSE c_get_EE_no;
1087:
1088: pay_core_utils.push_message(801, 'PAY_MX_MISSING_ASG_FOR_PTU', 'P');
1089: pay_core_utils.push_token('DETAILS', 'EE: ' || lv_EE_no);
1090:
1091: END IF;
1092:
1093: IF ln_factor_G_found = FALSE OR ln_factor_F_found = FALSE THEN