DBA Data[Home] [Help]

APPS.PAY_US_1099R_MAG_REPORTING dependencies on PAY_MAG_UTILS

Line 67: pay_mag_utils.get_parameter call.

63: 06-SEP-01 ekim 115.6 Changed message to
64: PAY_34980_TRSMTR_VND_NOT_FOUND
65: for missing vendor information error.
66: 07-SEP-01 ekim 115.7 Added space in
67: pay_mag_utils.get_parameter call.
68: 16-NOV-01 jgoswami 115.8 Added South Carolina to check if SIT>0.
69: 30-NOV-2001 jgoswami 115.9 Added dbdrv command
70: 08-AUG-2002 ahanda 115.10 Changed the following cursors for perf:
71: - fed and state action creation

Line 220: and rtrim(ltrim(Pay_Mag_Utils.Get_Parameter('TRANSFER_GRE',' ',ppa.legislative_parameters))) = p_tax_unit_id;

216: and ppa.report_type = 'YREND'
217: and ppa.effective_date = ppa1.effective_date
218: and ppa.business_group_id + 0 = ppa1.business_group_id
219: and ppa.action_status = 'C'
220: and rtrim(ltrim(Pay_Mag_Utils.Get_Parameter('TRANSFER_GRE',' ',ppa.legislative_parameters))) = p_tax_unit_id;
221:
222:
223: ln_business_group_id number;
224: lv_report_qualifier varchar2(30);