DBA Data[Home] [Help]

APPS.PER_MX_SSAFFL_ARCHIVE dependencies on PAY_CORE_UTILS

Line 1501: pay_core_utils.push_message(800,'HR_MX_GRE_AMBIGUOUS','F') ;

1497: if p_error_mesg = '1' then
1498:
1499: msg('Error : ' || p_assignment_number || ' assignment ' || lv_location_code
1500: || ' location is assigned to multiple GREs in the Generic Hierarchy' );
1501: pay_core_utils.push_message(800,'HR_MX_GRE_AMBIGUOUS','F') ;
1502: else
1503: msg('Error : ' || p_assignment_number || ' assignment ' || lv_location_code
1504: || ' location is not assigned to a GRE in the Generic Hierarchy' );
1505: pay_core_utils.push_message(800,'HR_MX_LOC_MISSING_GEN_HIER','F') ;

Line 1505: pay_core_utils.push_message(800,'HR_MX_LOC_MISSING_GEN_HIER','F') ;

1501: pay_core_utils.push_message(800,'HR_MX_GRE_AMBIGUOUS','F') ;
1502: else
1503: msg('Error : ' || p_assignment_number || ' assignment ' || lv_location_code
1504: || ' location is not assigned to a GRE in the Generic Hierarchy' );
1505: pay_core_utils.push_message(800,'HR_MX_LOC_MISSING_GEN_HIER','F') ;
1506:
1507: end if;
1508: pay_core_utils.push_token('LOC_CODE',lv_location_code) ;
1509: pay_core_utils.push_token('ASG_NUMBER',p_assignment_number) ;

Line 1508: pay_core_utils.push_token('LOC_CODE',lv_location_code) ;

1504: || ' location is not assigned to a GRE in the Generic Hierarchy' );
1505: pay_core_utils.push_message(800,'HR_MX_LOC_MISSING_GEN_HIER','F') ;
1506:
1507: end if;
1508: pay_core_utils.push_token('LOC_CODE',lv_location_code) ;
1509: pay_core_utils.push_token('ASG_NUMBER',p_assignment_number) ;
1510:
1511: else
1512:

Line 1509: pay_core_utils.push_token('ASG_NUMBER',p_assignment_number) ;

1505: pay_core_utils.push_message(800,'HR_MX_LOC_MISSING_GEN_HIER','F') ;
1506:
1507: end if;
1508: pay_core_utils.push_token('LOC_CODE',lv_location_code) ;
1509: pay_core_utils.push_token('ASG_NUMBER',p_assignment_number) ;
1510:
1511: else
1512:
1513: open c_get_gre_name(p_gre_id) ;