DBA Data[Home] [Help]

APPS.PAY_PAYJPCAD_XMLP_PKG dependencies on STANDARD

Line 12: --hr_standard.event('BEFORE REPORT');

8: l_date_day NUMBER;
9: l_element_type_id NUMBER;
10: l_legislation_code PER_BUSINESS_GROUPS.LEGISLATION_CODE%TYPE;
11: begin
12: --hr_standard.event('BEFORE REPORT');
13: P_CONC_REQUEST_ID := fnd_global.CONC_REQUEST_ID;
14: G_REC_COUNT :=0;
15: G_FD_COUNT :=0;
16: G_FD_SERIAL_NUMBER :=0;

Line 87: l_address_kana := replace(replace(l_address_kana,hr_jp_standard_pkg.sjhextochar('8140'),' '),' ',' ');

83: l_address_kana :=
84: pay_jp_report_pkg.substrb2((pay_jp_report_pkg.set_space_on_address(NEW_ADDRESS_KANA1,
85: NEW_DISTRICT_NAME_KANA,1)||' '||NEW_ADDRESS_KANA2_3),1,240);
86:
87: l_address_kana := replace(replace(l_address_kana,hr_jp_standard_pkg.sjhextochar('8140'),' '),' ',' ');
88: CP_NEW_ADDRESS_KANA := l_address_kana;
89:
90: l_address := replace(pay_jp_report_pkg.substrb2((pay_jp_report_pkg.set_space_on_address(NEW_ADDRESS1,'',0)||' '||
91: NEW_ADDRESS2_3),1,240),' ',' ');

Line 97: l_address_kana := replace(replace(l_address_kana,hr_jp_standard_pkg.sjhextochar('8140'),' '),' ',' ');

93:
94: CP_NEW_ADDRESS := l_address;
95:
96: l_address_kana := pay_jp_report_pkg.substrb2((pay_jp_report_pkg.set_space_on_address(PREV_ADDRESS_KANA1,PREV_DISTRICT_NAME_KANA,1)||' '||PREV_ADDRESS_KANA2_3),1,240);
97: l_address_kana := replace(replace(l_address_kana,hr_jp_standard_pkg.sjhextochar('8140'),' '),' ',' ');
98: CP_PREV_ADDRESS_KANA := l_address_kana;
99: l_address := replace(pay_jp_report_pkg.substrb2((pay_jp_report_pkg.set_space_on_address(PREV_ADDRESS1,'',0)||' '||PREV_ADDRESS2_3),1,240),' ',' ');
100: CP_PREV_ADDRESS := l_address;
101:

Line 131: -- hr_standard.event('AFTER REPORT');

127:
128: function AfterReport return boolean is
129: begin
130: -- file_io.close_magfile;
131: -- hr_standard.event('AFTER REPORT');
132: return (TRUE);
133: end;
134:
135: --Functions to refer Oracle report placeholders--