DBA Data[Home] [Help]

APPS.PAY_FI_LTFR dependencies on FND_NUMBER

Line 140: l_salary:= FND_NUMBER.CANONICAL_TO_NUMBER(rg_ltfr_body_rpt.action_information7) +

136: gtagdata(l_counter).TagValue := rg_ltfr_header_rpt.action_information7;
137: l_counter := l_counter + 1;
138:
139:
140: l_salary:= FND_NUMBER.CANONICAL_TO_NUMBER(rg_ltfr_body_rpt.action_information7) +
141: FND_NUMBER.CANONICAL_TO_NUMBER(rg_ltfr_body_rpt.action_information8) +
142: FND_NUMBER.CANONICAL_TO_NUMBER(rg_ltfr_body_rpt.action_information9);
143:
144: gtagdata(l_counter).TagName := 'SALARY';

Line 141: FND_NUMBER.CANONICAL_TO_NUMBER(rg_ltfr_body_rpt.action_information8) +

137: l_counter := l_counter + 1;
138:
139:
140: l_salary:= FND_NUMBER.CANONICAL_TO_NUMBER(rg_ltfr_body_rpt.action_information7) +
141: FND_NUMBER.CANONICAL_TO_NUMBER(rg_ltfr_body_rpt.action_information8) +
142: FND_NUMBER.CANONICAL_TO_NUMBER(rg_ltfr_body_rpt.action_information9);
143:
144: gtagdata(l_counter).TagName := 'SALARY';
145: gtagdata(l_counter).TagValue :=l_salary ;

Line 142: FND_NUMBER.CANONICAL_TO_NUMBER(rg_ltfr_body_rpt.action_information9);

138:
139:
140: l_salary:= FND_NUMBER.CANONICAL_TO_NUMBER(rg_ltfr_body_rpt.action_information7) +
141: FND_NUMBER.CANONICAL_TO_NUMBER(rg_ltfr_body_rpt.action_information8) +
142: FND_NUMBER.CANONICAL_TO_NUMBER(rg_ltfr_body_rpt.action_information9);
143:
144: gtagdata(l_counter).TagName := 'SALARY';
145: gtagdata(l_counter).TagValue :=l_salary ;
146: l_counter := l_counter + 1;