DBA Data[Home] [Help]

APPS.BEN_PREM_PRTT_MONTHLY dependencies on PAY_CA_EMP_PROV_TAX_INFO_F

Line 116: l_jurisdiction PAY_CA_EMP_PROV_TAX_INFO_F.JURISDICTION_CODE%type := null;

112: and p_effective_date between
113: asg.effective_start_date and asg.effective_end_date
114: order by 1;
115:
116: l_jurisdiction PAY_CA_EMP_PROV_TAX_INFO_F.JURISDICTION_CODE%type := null;
117:
118: begin
119: hr_utility.set_location ('Entering '||l_package,10);
120: open csr_asg;

Line 462: l_jurisdiction PAY_CA_EMP_PROV_TAX_INFO_F.JURISDICTION_CODE%type :=

458:
459: -- Rules variables:
460: l_outputs ff_exec.outputs_t;
461: l_prtl_mo_det_mthd_cd varchar2(30);
462: l_jurisdiction PAY_CA_EMP_PROV_TAX_INFO_F.JURISDICTION_CODE%type :=
463: null;
464: l_assignment_id number;
465: l_location_id number;
466: l_organization_id number;