DBA Data[Home] [Help]

APPS.PAY_FI_LTFR dependencies on PAY_FI_GENERAL

Line 102: gtagdata(l_counter).TagValue := pay_fi_general.xml_parser(rg_ltfr_header_rpt.action_information2);

98: gtagdata(l_counter).TagValue :=hr_general.decode_lookup('FI_FORM_LABELS','REC_K');
99: l_counter := l_counter + 1;
100:
101: gtagdata(l_counter).TagName := 'INS_POLICY_NUM';
102: gtagdata(l_counter).TagValue := pay_fi_general.xml_parser(rg_ltfr_header_rpt.action_information2);
103: l_counter := l_counter + 1;
104:
105: gtagdata(l_counter).TagName := 'PIN';
106: gtagdata(l_counter).TagValue := pay_fi_general.xml_parser(rg_ltfr_body_rpt.action_information5);

Line 106: gtagdata(l_counter).TagValue := pay_fi_general.xml_parser(rg_ltfr_body_rpt.action_information5);

102: gtagdata(l_counter).TagValue := pay_fi_general.xml_parser(rg_ltfr_header_rpt.action_information2);
103: l_counter := l_counter + 1;
104:
105: gtagdata(l_counter).TagName := 'PIN';
106: gtagdata(l_counter).TagValue := pay_fi_general.xml_parser(rg_ltfr_body_rpt.action_information5);
107: l_counter := l_counter + 1;
108:
109: gtagdata(l_counter).TagName := 'LOCAL_UNIT';
110: gtagdata(l_counter).TagValue := rg_ltfr_header_rpt.action_information11;

Line 114: gtagdata(l_counter).TagValue := pay_fi_general.xml_parser(rg_ltfr_body_rpt.action_information4);

110: gtagdata(l_counter).TagValue := rg_ltfr_header_rpt.action_information11;
111: l_counter := l_counter + 1;
112:
113: gtagdata(l_counter).TagName :='EMPLOYEE_NAME';
114: gtagdata(l_counter).TagValue := pay_fi_general.xml_parser(rg_ltfr_body_rpt.action_information4);
115: l_counter := l_counter + 1;
116:
117:
118: gtagdata(l_counter).TagName := 'RECORD_TYPE_K';