[Home] [Help]
70: 'TEST'),'Y','1',' '),
71: 'URGENT_MARKER=P', decode(pay_gb_eoy_archive.get_parameter
72: (legislative_parameters,
73: 'URGENT'),'Y','Y',' '),
74: 'REQUEST_ID=P', fnd_number.number_to_canonical(pact.request_id),
75: 'FORM_TYPE=P', '4',
76: 'FORM_TYPE_MEANING=P', 'P45',
77: 'TAX_DIST_NO=P', substr(hoi.org_information1,1,3),
78: 'TAX_DIST_REF=P',
162: 'TEST_INDICATOR=P', decode(pay_gb_eoy_archive.get_parameter
163: (legislative_parameters,
164: 'TEST'),'Y','1',' '),
165: 'URGENT_MARKER=P' , ' ',
166: 'REQUEST_ID=P' , fnd_number.number_to_canonical(pact.request_id),
167: 'FORM_TYPE=P' , '4',
168: 'FORM_TYPE_MEANING=P', 'P45PT1',
169: 'TAX_DIST_NO=P' , substr(hoi.org_information1,1,3),
170: 'TAX_DIST_REF=P' , upper(substr(ltrim(substr(hoi.org_information1,4,11),'/') ,1,10)), /* Bug no 4086012 */
259: 'TEST_INDICATOR=P', decode(pay_gb_eoy_archive.get_parameter
260: (legislative_parameters,
261: 'TEST'),'Y','1',' '),
262: 'URGENT_MARKER=P' , ' ',
263: 'REQUEST_ID=P' , fnd_number.number_to_canonical(pact.request_id),
264: 'FORM_TYPE=P' , '4',
265: 'FORM_TYPE_MEANING=P', 'P45PT1_VER6',
266: 'TAX_DIST_NO=P' , substr(hoi.org_information1,1,3),
267: 'TAX_DIST_REF=P' , upper(substr(ltrim(substr(hoi.org_information1,4,11),'/') ,1,10)),