DBA Data[Home] [Help]

APPS.PAY_FR_DADS_F_PKG dependencies on PAY_FR_GENERAL

Line 1214: l_value := pay_fr_general.get_payroll_message('PAY_75191_INCOMPAT_DATA',

1210:
1211: -- Retreive the error message for Declaration Type Code
1212: IF (P_DECLARATION_NATURE = '02' OR P_DECLARATION_NATURE = '01') AND
1213: P_DECLARATION_TYPE = '55' THEN
1214: l_value := pay_fr_general.get_payroll_message('PAY_75191_INCOMPAT_DATA',
1215: 'VALUE1:'||hr_general.decode_lookup
1216: ('FR_DADS_RUBRICS','S20.G01.00.004.001'),
1217: 'VALUE2:'||hr_general.decode_lookup
1218: ('FR_DADS_RUBRICS','S20.G01.00.004.002'), null);

Line 1220: l_value := pay_fr_general.get_payroll_message('PAY_75191_INCOMPAT_DATA',

1216: ('FR_DADS_RUBRICS','S20.G01.00.004.001'),
1217: 'VALUE2:'||hr_general.decode_lookup
1218: ('FR_DADS_RUBRICS','S20.G01.00.004.002'), null);
1219: ELSIF P_DECLARATION_NATURE = '05' AND P_DECLARATION_TYPE <> '55' THEN
1220: l_value := pay_fr_general.get_payroll_message('PAY_75191_INCOMPAT_DATA',
1221: 'VALUE1:'||hr_general.decode_lookup
1222: ('FR_DADS_RUBRICS','S20.G01.00.004.001'),
1223: 'VALUE2:'||hr_general.decode_lookup
1224: ('FR_DADS_RUBRICS','S20.G01.00.004.002'), null);

Line 1449: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, pay_fr_general.get_payroll_message('PAY_75195_DADS', 'VALUE1:'||l_comp_name));

1445: -- end loop for assignment actions
1446: END LOOP;
1447: -- #3300005 Printing the warning message, when there are no employees for the given company
1448: IF l_total_employees = 0 THEN
1449: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, pay_fr_general.get_payroll_message('PAY_75195_DADS', 'VALUE1:'||l_comp_name));
1450: ELSE
1451: l_total_employees := 0;
1452: END IF;
1453: -- end of exclusion for '05' decl nature code

Line 1461: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, pay_fr_general.get_payroll_message('PAY_75198_DADS_NO_COMPANY','VALUE1:'||l_header_issue_estab));

1457: END LOOP;
1458: --
1459: -- #3300005 Printing the warning message when there are no companies in the establishment
1460: IF l_total_companies = 0 THEN
1461: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, pay_fr_general.get_payroll_message('PAY_75198_DADS_NO_COMPANY','VALUE1:'||l_header_issue_estab));
1462: END IF;
1463: -- Get number of INSEE establishments archived
1464: FOR count_s80_rec IN csr_count_s80(l_payroll_action_id) LOOP
1465: -- Check for report inclusions