DBA Data[Home] [Help]

APPS.PQP_ALIEN_EXPAT_TAXATION_PKG dependencies on PQP_ATD_BUS

Line 5114: pqp_atd_bus.g_error_message := null;

5110: begin
5111: l_logic_state := ' while validating data selected from payment_export: ';
5112: --This loop selects Non read records from payment_export table
5113: l_error_message := null;
5114: pqp_atd_bus.g_error_message := null;
5115: -- Initialize error message for each iteration.
5116: l_treaty_ben_allowed_flag := 'N' ;
5117: l_retro_lose_ben_amt_flag := 'N' ;
5118: l_retro_lose_ben_date_flag := 'N' ;

Line 5368: pqp_atd_bus.g_error_message is null) then

5364: TO_DATE('01/01' || TO_CHAR(p_taxyear), 'DD/MM/YYYY')
5365: );
5366: hr_utility.set_location(l_proc, 70);
5367: if (l_error_message is null and
5368: pqp_atd_bus.g_error_message is null) then
5369:
5370: hr_utility.set_location(l_proc, 80);
5371: -- ==============================================
5372: -- W4 record creation

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

5999: end if;
6000: close c_person_assgn;
6001: else
6002: hr_utility.set_location(l_proc, 330);
6003: p_error_message := l_error_message ||pqp_atd_bus.g_error_message;
6004:
6005: pqp_alien_expat_wf_pkg.StartAlienExpatWFProcess
6006: (p_alien_transaction_id => l_alien_transaction_id ,
6007: p_assignment_id => l_pri_assgn ,