DBA Data[Home] [Help]

APPS.PAY_US_EMP_TAX_RULES_PKG dependencies on PAY_ASG_GEO_PKG

Line 102: 11-NOV-96 lwthomps 40.23 Adds a call to PAY_ASG_GEO_PKG.create_asg_geo_row.

98: Create_County_Record that is called from
99: form and creates a county record if a
100: city record is created through the form.
101:
102: 11-NOV-96 lwthomps 40.23 Adds a call to PAY_ASG_GEO_PKG.create_asg_geo_row.
103: This is dependent on the existence of the
104: new table: pay_us_asg_reporting.
105: BUG: 420465.
106:

Line 363: PAY_ASG_GEO_PKG.create_asg_geo_row(P_assignment_id => X_assignment_id,

359: P_session_date => X_session_date,
360: P_jurisdiction => X_AEI_INFORMATION18);
361: else /* maintain the denormalized table */
362: -- Seed table for TSL
363: PAY_ASG_GEO_PKG.create_asg_geo_row(P_assignment_id => X_assignment_id,
364: P_jurisdiction => X_jurisdiction,
365: P_tax_unit_id => NULL );
366: end if; --Federal
367: if X_information_type = 'LOCALITY' THEN

Line 381: PAY_ASG_GEO_PKG.create_asg_geo_row(P_assignment_id => X_assignment_id,

377:
378: end if; --wiping of school dst
379: IF (X_aei_information9 IS NOT NULL) THEN -- School district exists
380: -- Seed table for TSL (School if local)
381: PAY_ASG_GEO_PKG.create_asg_geo_row(P_assignment_id => X_assignment_id,
382: P_jurisdiction => substr(X_jurisdiction,1,2)||'-'||X_Aei_Information9,
383: P_tax_unit_id => NULL );
384: END IF; -- School district not null
385:

Line 655: PAY_ASG_GEO_PKG.create_asg_geo_row(P_assignment_id => X_assignment_id,

651: p_assignment_id => NULL);
652: end if; --wiping of school dst
653: IF (X_aei_information9 IS NOT NULL) THEN -- School district exists
654: -- Seed table for TSL (School if local)
655: PAY_ASG_GEO_PKG.create_asg_geo_row(P_assignment_id => X_assignment_id,
656: P_jurisdiction => substr(X_jurisdiction,1,2)||'-'||X_Aei_Information9,
657: P_tax_unit_id => NULL );
658: END IF; -- School district not null
659: --