DBA Data[Home] [Help]

APPS.PAY_P45_PKG dependencies on FND_NUMBER

Line 65: 'REQUEST_ID=P', fnd_number.number_to_canonical(pact.request_id),

61: 'TEST'),'Y','1',' '),
62: 'URGENT_MARKER=P', decode(pay_gb_eoy_archive.get_parameter
63: (legislative_parameters,
64: 'URGENT'),'Y','Y',' '),
65: 'REQUEST_ID=P', fnd_number.number_to_canonical(pact.request_id),
66: 'FORM_TYPE=P', '4',
67: 'FORM_TYPE_MEANING=P', 'P45',
68: 'TAX_DIST_NO=P', substr(hoi.org_information1,1,3),
69: 'TAX_DIST_REF=P',

Line 157: 'REQUEST_ID=P' , fnd_number.number_to_canonical(pact.request_id),

153: 'TEST_INDICATOR=P', decode(pay_gb_eoy_archive.get_parameter
154: (legislative_parameters,
155: 'TEST'),'Y','1',' '),
156: 'URGENT_MARKER=P' , ' ',
157: 'REQUEST_ID=P' , fnd_number.number_to_canonical(pact.request_id),
158: 'FORM_TYPE=P' , '4',
159: 'FORM_TYPE_MEANING=P', 'P45PT1',
160: 'TAX_DIST_NO=P' , substr(hoi.org_information1,1,3),
161: 'TAX_DIST_REF=P' , upper(substr(ltrim(substr(hoi.org_information1,4,11),'/') ,1,10)), /* Bug no 4086012 */