DBA Data[Home] [Help]

APPS.PAY_FI_LTFR dependencies on HR_GENERAL

Line 98: gtagdata(l_counter).TagValue :=hr_general.decode_lookup('FI_FORM_LABELS','REC_K');

94: l_counter := l_counter + 1;
95:
96:
97: gtagdata(l_counter).TagName := 'K_RECORD_NAME';
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);

Line 128: gtagdata(l_counter).TagValue :=hr_general.decode_lookup('FI_FORM_LABELS','REC_L');

124: l_counter := l_counter + 1;
125:
126:
127: gtagdata(l_counter).TagName := 'L_RECORD_NAME';
128: gtagdata(l_counter).TagValue :=hr_general.decode_lookup('FI_FORM_LABELS','REC_L');
129: l_counter := l_counter + 1;
130:
131: gtagdata(l_counter).TagName := 'ACTION_ID';
132: gtagdata(l_counter).TagValue := '2';