DBA Data[Home] [Help]

APPS.PQP_ALIEN_EXPAT_TAXATION_PKG dependencies on PQP_ATD_BUS

Line 5099: pqp_atd_bus.g_error_message := null;

5095: begin
5096: l_logic_state := ' while validating data selected from payment_export: ';
5097: --This loop selects Non read records from payment_export table
5098: l_error_message := null;
5099: pqp_atd_bus.g_error_message := null;
5100: -- Initialize error message for each iteration.
5101: l_treaty_ben_allowed_flag := 'N' ;
5102: l_retro_lose_ben_amt_flag := 'N' ;
5103: l_retro_lose_ben_date_flag := 'N' ;

Line 5353: pqp_atd_bus.g_error_message is null) then

5349: TO_DATE('01/01' || TO_CHAR(p_taxyear), 'DD/MM/YYYY')
5350: );
5351: hr_utility.set_location(l_proc, 70);
5352: if (l_error_message is null and
5353: pqp_atd_bus.g_error_message is null) then
5354:
5355: hr_utility.set_location(l_proc, 80);
5356: -- ==============================================
5357: -- W4 record creation

Line 5988: p_error_message := l_error_message ||pqp_atd_bus.g_error_message;

5984: end if;
5985: close c_person_assgn;
5986: else
5987: hr_utility.set_location(l_proc, 330);
5988: p_error_message := l_error_message ||pqp_atd_bus.g_error_message;
5989:
5990: pqp_alien_expat_wf_pkg.StartAlienExpatWFProcess
5991: (p_alien_transaction_id => l_alien_transaction_id ,
5992: p_assignment_id => l_pri_assgn ,