DBA Data[Home] [Help]

APPS.PQP_FEDHR_USPAY_INTG_PKG dependencies on FND_FILE

Line 1374: fnd_file.put(fnd_file.log,l_mesg);

1370: hr_utility.set_message_token('OLD_NAME',
1371: rpad(p_earn(l_index).org_ele_name,30));
1372: hr_utility.set_message_token('NEW_NAME',rpad(l_ele_name,30));
1373: l_mesg:=hr_utility.get_message;
1374: fnd_file.put(fnd_file.log,l_mesg);
1375: fnd_file.new_line(fnd_file.log);
1376:
1377: --****************************************************************
1378:

Line 1375: fnd_file.new_line(fnd_file.log);

1371: rpad(p_earn(l_index).org_ele_name,30));
1372: hr_utility.set_message_token('NEW_NAME',rpad(l_ele_name,30));
1373: l_mesg:=hr_utility.get_message;
1374: fnd_file.put(fnd_file.log,l_mesg);
1375: fnd_file.new_line(fnd_file.log);
1376:
1377: --****************************************************************
1378:
1379: hr_utility.trace(

Line 1558: --fnd_file.put(fnd_file.log,l_mesg);

1554: --hr_utility.set_message(8303,'HR_374605_MAPPING_OLD_TO_NEW');
1555: --hr_utility.set_message_token('OLD_NAME',p_dedn(l_index).org_ele_name);
1556: --hr_utility.set_message_token('NEW_NAME',l_ele_name);
1557: --l_mesg:=hr_utility.get_message;
1558: --fnd_file.put(fnd_file.log,l_mesg);
1559: --fnd_file.new_line(fnd_file.log);
1560: --
1561: ----******************************************************************
1562: --

Line 1559: --fnd_file.new_line(fnd_file.log);

1555: --hr_utility.set_message_token('OLD_NAME',p_dedn(l_index).org_ele_name);
1556: --hr_utility.set_message_token('NEW_NAME',l_ele_name);
1557: --l_mesg:=hr_utility.get_message;
1558: --fnd_file.put(fnd_file.log,l_mesg);
1559: --fnd_file.new_line(fnd_file.log);
1560: --
1561: ----******************************************************************
1562: --
1563: --hr_utility.trace

Line 1647: fnd_file.put(fnd_file.log, l_mesg);

1643: IF ( l_dt < l_def_date)
1644: THEN
1645: hr_utility.set_message(8303,'HR_374608_GREATR_DEF_DATE');
1646: l_mesg := l_mesg || hr_utility.get_message;
1647: fnd_file.put(fnd_file.log, l_mesg);
1648: hr_utility.raise_error;
1649: END IF;
1650: ----**********************************************************************
1651: -- CHECK# : Date must be < 31-DEC-4712

Line 1658: fnd_file.put(fnd_file.log, l_mesg);

1654: IF ( l_dt > l_max_date)
1655: THEN
1656: hr_utility.set_message(8303,'HR_374609_LESSTHN_MAX_DATE');
1657: l_mesg := l_mesg || hr_utility.get_message;
1658: fnd_file.put(fnd_file.log, l_mesg);
1659: hr_utility.raise_error;
1660: END IF;
1661: ----**********************************************************************
1662: -- CHECK# :- Does prefix start with a

Line 1670: fnd_file.put(fnd_file.log, l_mesg);

1666: AND ascii(substr(p_prefix,1,1)) NOT between ascii('A') AND ascii('Z') )
1667: THEN
1668: hr_utility.set_message(8303,'HR_374610_STRTS_WTH_NUM_SPCL');
1669: l_mesg := l_mesg || hr_utility.get_message;
1670: fnd_file.put(fnd_file.log, l_mesg);
1671: hr_utility.raise_error;
1672: END IF;
1673:
1674: ----**********************************************************************

Line 1688: fnd_file.put(fnd_file.log, l_mesg);

1684: END LOOP;
1685: hr_utility.set_message_token('PROD',l_app_name);
1686: --hr_utility.raise_error;
1687: l_mesg := hr_utility.get_message;
1688: fnd_file.put(fnd_file.log, l_mesg);
1689: hr_multi_message.add(p_associated_column1 => 'Y');
1690: END IF;
1691:
1692: ----**********************************************************************

Line 1706: fnd_file.put(fnd_file.log, l_mesg);

1702: END LOOP;
1703: hr_utility.set_message_token('PROD',l_app_name);
1704: l_mesg := l_mesg || hr_utility.get_message;
1705: --hr_utility.raise_error;
1706: fnd_file.put(fnd_file.log, l_mesg);
1707: hr_multi_message.add(p_associated_column1 => 'Y');
1708: END IF;
1709: ----**********************************************************************
1710: -- CHECK # :- To Check if this script has been already run

Line 1719: fnd_file.put(fnd_file.log, l_mesg);

1715: p_fedhr_element_name => 'Federal Awards') = TRUE)
1716: THEN
1717: hr_utility.set_message(8303,'HR_374602_SCRIPT_ALREADY_RUN');
1718: l_mesg := l_mesg || hr_utility.get_message;
1719: fnd_file.put(fnd_file.log, l_mesg);
1720: --hr_utility.raise_error;
1721: hr_multi_message.add(p_associated_column1 => 'Y');
1722: END IF;
1723:

Line 1745: fnd_file.put(fnd_file.log, l_mesg);

1741: THEN
1742: hr_utility.set_message(8303,'HR_374604_ELE_LINK_EXISTS');
1743:
1744: l_mesg := l_mesg || hr_utility.get_message;
1745: fnd_file.put(fnd_file.log, l_mesg);
1746: hr_utility.raise_error;
1747: END IF;
1748: END LOOP; -- for earn
1749:

Line 1761: -- fnd_file.put(fnd_file.log, l_mesg);

1757: --
1758: -- If l_ele_lnk_flg then
1759: -- hr_utility.set_message(8303,'HR_374604_ELE_LINK_EXISTS');
1760: -- l_mesg := l_mesg || hr_utility.get_message;
1761: -- fnd_file.put(fnd_file.log, l_mesg);
1762: -- -- hr_utility.raise_error;
1763: -- End if;
1764: -- END LOOP; -- for dedn
1765:

Line 1772: fnd_file.put(fnd_file.log,l_mesg);

1768: ----**********************************************************************
1769:
1770: hr_utility.set_message(8303,'HR_374606_REPORT_HEADER');
1771: l_mesg:=l_mesg||hr_utility.get_message;
1772: fnd_file.put(fnd_file.log,l_mesg);
1773: fnd_file.new_line(fnd_file.log);
1774:
1775: ----**********************************************************************
1776: -- CHECK # :- Tally the Total Elements to be Created with

Line 1773: fnd_file.new_line(fnd_file.log);

1769:
1770: hr_utility.set_message(8303,'HR_374606_REPORT_HEADER');
1771: l_mesg:=l_mesg||hr_utility.get_message;
1772: fnd_file.put(fnd_file.log,l_mesg);
1773: fnd_file.new_line(fnd_file.log);
1774:
1775: ----**********************************************************************
1776: -- CHECK # :- Tally the Total Elements to be Created with
1777: -- the Elements actualyl created.

Line 1991: fnd_file.put(fnd_file.log, l_mesg);

1987: END LOOP;
1988:
1989: hr_utility.set_message_token('PROD',l_app_name);
1990: l_mesg := hr_utility.get_message;
1991: fnd_file.put(fnd_file.log, l_mesg);
1992: hr_multi_message.add(p_associated_column1 => 'Y');
1993: END IF;
1994: ----**********************************************************************
1995: -- CHECK 2 :- Existence of PAYROLL Product

Line 2008: fnd_file.put(fnd_file.log, l_mesg);

2004: END LOOP;
2005:
2006: hr_utility.set_message_token('PROD',l_app_name);
2007: l_mesg := l_mesg || hr_utility.get_message;
2008: fnd_file.put(fnd_file.log, l_mesg);
2009: hr_multi_message.add(p_associated_column1 => 'Y');
2010: END IF;
2011: --**********************************************************************
2012: -- CHECK 3 :- Ensure Biz Group is Fed HR biz group.

Line 2018: fnd_file.put(fnd_file.log, l_mesg);

2014: IF (ghr_utility.is_ghr='FALSE')
2015: THEN
2016: hr_utility.set_message(8303,'PQP_230995_FED_BIZ_GROUP_FALSE');
2017: l_mesg := l_mesg || hr_utility.get_message;
2018: fnd_file.put(fnd_file.log, l_mesg);
2019: hr_multi_message.add(p_associated_column1 => 'Y');
2020: END IF;
2021:
2022: --**********************************************************************

Line 2035: fnd_file.put(fnd_file.log, l_mesg);

2031: THEN
2032: hr_utility.set_message(8303,'PQP_230994_FED_ELE_LINK_EXISTS');
2033: hr_utility.set_message_token('FEDERAL_ELEMENT', p_old_ele_name);
2034: l_mesg := l_mesg || hr_utility.get_message;
2035: fnd_file.put(fnd_file.log, l_mesg);
2036: hr_multi_message.add(p_associated_column1 => 'Y');
2037: END IF;
2038: --**********************************************************************
2039: -- CHECK 5 :- Check for tracking if agency element link already exists

Line 2051: fnd_file.put(fnd_file.log, l_mesg);

2047: THEN
2048: hr_utility.set_message(8303,'PQP_230994_FED_ELE_LINK_EXISTS');
2049: hr_utility.set_message_token('FEDERAL_ELEMENT', p_new_ele_name);
2050: l_mesg := l_mesg || hr_utility.get_message;
2051: fnd_file.put(fnd_file.log, l_mesg);
2052: hr_multi_message.add(p_associated_column1 => 'Y');
2053: END IF;
2054:
2055: --****************************************************************

Line 2111: fnd_file.put(fnd_file.log,l_mesg);

2107: l_agn_fed_ele_name := l_agn_fed_ele_name;
2108: END IF;
2109: hr_utility.set_message_token('FEDERAL_ELE_NAME',l_agn_fed_ele_name);
2110: l_mesg := l_mesg||hr_utility.get_message;
2111: fnd_file.put(fnd_file.log,l_mesg);
2112: hr_multi_message.add(p_associated_column1 => 'Y');
2113: END IF;
2114: END IF;
2115: END IF;

Line 2143: fnd_file.put(fnd_file.log,l_mesgbuff1);

2139: AND l_new_ele_type_id <> pcv_ele_rec.ele_type_id) THEN
2140:
2141: hr_utility.set_message(8303,'PQP_230997_FED_EXISTING_MAP');
2142: l_mesgbuff1 := hr_utility.get_message;
2143: fnd_file.put(fnd_file.log,l_mesgbuff1);
2144: fnd_file.new_line(fnd_file.log);
2145:
2146: l_length := length(l_mesgbuff1);
2147:

Line 2144: fnd_file.new_line(fnd_file.log);

2140:
2141: hr_utility.set_message(8303,'PQP_230997_FED_EXISTING_MAP');
2142: l_mesgbuff1 := hr_utility.get_message;
2143: fnd_file.put(fnd_file.log,l_mesgbuff1);
2144: fnd_file.new_line(fnd_file.log);
2145:
2146: l_length := length(l_mesgbuff1);
2147:
2148: FOR l_indx_h IN 1..l_length

Line 2150: fnd_file.put(fnd_file.log,'-');

2146: l_length := length(l_mesgbuff1);
2147:
2148: FOR l_indx_h IN 1..l_length
2149: LOOP
2150: fnd_file.put(fnd_file.log,'-');
2151: END LOOP;
2152:
2153: fnd_file.new_line(fnd_file.log);
2154: hr_utility.set_message(8303,'PQP_230998_FED_FEDERAL_ELEMENT');

Line 2153: fnd_file.new_line(fnd_file.log);

2149: LOOP
2150: fnd_file.put(fnd_file.log,'-');
2151: END LOOP;
2152:
2153: fnd_file.new_line(fnd_file.log);
2154: hr_utility.set_message(8303,'PQP_230998_FED_FEDERAL_ELEMENT');
2155: l_mesgbuff := hr_utility.get_message;
2156: fnd_file.put(fnd_file.log,rpad(l_mesgbuff,35));
2157:

Line 2156: fnd_file.put(fnd_file.log,rpad(l_mesgbuff,35));

2152:
2153: fnd_file.new_line(fnd_file.log);
2154: hr_utility.set_message(8303,'PQP_230998_FED_FEDERAL_ELEMENT');
2155: l_mesgbuff := hr_utility.get_message;
2156: fnd_file.put(fnd_file.log,rpad(l_mesgbuff,35));
2157:
2158: l_length1 := length(l_mesgbuff);
2159:
2160: hr_utility.set_message(8303,'PQP_230991_FED_AGENCY_ELEMENT');

Line 2162: fnd_file.put(fnd_file.log,rpad(l_mesgbuff,35));

2158: l_length1 := length(l_mesgbuff);
2159:
2160: hr_utility.set_message(8303,'PQP_230991_FED_AGENCY_ELEMENT');
2161: l_mesgbuff := hr_utility.get_message;
2162: fnd_file.put(fnd_file.log,rpad(l_mesgbuff,35));
2163:
2164: l_length2 := length(l_mesgbuff);
2165:
2166: hr_utility.set_message(8303,'PQP_230999_FED_PAY_BASIS');

Line 2168: fnd_file.put(fnd_file.log,l_mesgbuff);

2164: l_length2 := length(l_mesgbuff);
2165:
2166: hr_utility.set_message(8303,'PQP_230999_FED_PAY_BASIS');
2167: l_mesgbuff := hr_utility.get_message;
2168: fnd_file.put(fnd_file.log,l_mesgbuff);
2169: fnd_file.new_line(fnd_file.log);
2170:
2171: l_length3 := length(l_mesgbuff);
2172:

Line 2169: fnd_file.new_line(fnd_file.log);

2165:
2166: hr_utility.set_message(8303,'PQP_230999_FED_PAY_BASIS');
2167: l_mesgbuff := hr_utility.get_message;
2168: fnd_file.put(fnd_file.log,l_mesgbuff);
2169: fnd_file.new_line(fnd_file.log);
2170:
2171: l_length3 := length(l_mesgbuff);
2172:
2173: FOR l_indx_h IN 1..l_length1

Line 2177: fnd_file.put(fnd_file.log,rpad(l_hypen,35));

2173: FOR l_indx_h IN 1..l_length1
2174: LOOP
2175: l_hypen := '-'||l_hypen;
2176: END LOOP;
2177: fnd_file.put(fnd_file.log,rpad(l_hypen,35));
2178:
2179: l_hypen:=NULL;
2180:
2181: FOR l_indx_h IN 1..l_length2

Line 2185: fnd_file.put(fnd_file.log,rpad(l_hypen,35));

2181: FOR l_indx_h IN 1..l_length2
2182: LOOP
2183: l_hypen := '-'||l_hypen;
2184: END LOOP;
2185: fnd_file.put(fnd_file.log,rpad(l_hypen,35));
2186:
2187: l_hypen:=NULL;
2188:
2189: FOR l_indx_h IN 1..l_length3

Line 2193: fnd_file.put(fnd_file.log,rpad(l_hypen,35));

2189: FOR l_indx_h IN 1..l_length3
2190: LOOP
2191: l_hypen := '-'||l_hypen;
2192: END LOOP;
2193: fnd_file.put(fnd_file.log,rpad(l_hypen,35));
2194:
2195: fnd_file.new_line(fnd_file.log);
2196: l_mesgbuff:=NULL;
2197:

Line 2195: fnd_file.new_line(fnd_file.log);

2191: l_hypen := '-'||l_hypen;
2192: END LOOP;
2193: fnd_file.put(fnd_file.log,rpad(l_hypen,35));
2194:
2195: fnd_file.new_line(fnd_file.log);
2196: l_mesgbuff:=NULL;
2197:
2198: l_rows_exists:=TRUE;
2199: END IF; -- check if new ele being mapped already has a row

Line 2230: fnd_file.put(fnd_file.log,l_mesgbuff);

2226:
2227: hr_utility.set_message(8303,'PQP_230992_FED_ELE_TOKEN');
2228: hr_utility.set_message_token('ELEMENT_NAME',rpad(l_map_old_ele,35));
2229: l_mesgbuff := hr_utility.get_message;
2230: fnd_file.put(fnd_file.log,l_mesgbuff);
2231:
2232:
2233: hr_utility.set_message(8303,'PQP_230992_FED_ELE_TOKEN');
2234: hr_utility.set_message_token('ELEMENT_NAME',rpad(l_map_new_ele,35));

Line 2236: fnd_file.put(fnd_file.log,l_mesgbuff);

2232:
2233: hr_utility.set_message(8303,'PQP_230992_FED_ELE_TOKEN');
2234: hr_utility.set_message_token('ELEMENT_NAME',rpad(l_map_new_ele,35));
2235: l_mesgbuff := hr_utility.get_message;
2236: fnd_file.put(fnd_file.log,l_mesgbuff);
2237:
2238: IF ( l_pay_basis is not null) THEN
2239: FOR pay_basis_meang IN c_pay_basis(l_pay_basis)
2240: LOOP

Line 2250: fnd_file.put(fnd_file.log,l_mesgbuff);

2246:
2247: hr_utility.set_message(8303,'PQP_230992_FED_ELE_TOKEN');
2248: hr_utility.set_message_token('ELEMENT_NAME',l_pay_basis_meang);
2249: l_mesgbuff := hr_utility.get_message;
2250: fnd_file.put(fnd_file.log,l_mesgbuff);
2251:
2252: fnd_file.new_line(fnd_file.log);
2253: l_mesgbuff:='';
2254:

Line 2252: fnd_file.new_line(fnd_file.log);

2248: hr_utility.set_message_token('ELEMENT_NAME',l_pay_basis_meang);
2249: l_mesgbuff := hr_utility.get_message;
2250: fnd_file.put(fnd_file.log,l_mesgbuff);
2251:
2252: fnd_file.new_line(fnd_file.log);
2253: l_mesgbuff:='';
2254:
2255: END LOOP;
2256: END LOOP;

Line 2293: fnd_file.put(fnd_file.log,l_mesg);

2289: END IF;
2290:
2291: hr_utility.set_message_token('FEDERAL_ELE_NAME',l_agn_fed_ele_name);
2292: l_mesg := l_mesg||hr_utility.get_message;
2293: fnd_file.put(fnd_file.log,l_mesg);
2294: hr_multi_message.add(p_associated_column1 => 'Y');
2295: END IF; */
2296:
2297: hr_utility.trace('Inside Agency Element type id exists');

Line 2400: fnd_file.new_line(fnd_file.log);

2396: l_length3:=0;
2397: l_hypen := NULL;
2398: l_mesgbuff:=NULL;
2399:
2400: fnd_file.new_line(fnd_file.log);
2401: hr_utility.set_message(8303,'PQP_230996_FED_NEW_MAP');
2402: l_mesgbuff1 := hr_utility.get_message;
2403: fnd_file.put(fnd_file.log,l_mesgbuff1);
2404: fnd_file.new_line(fnd_file.log);

Line 2403: fnd_file.put(fnd_file.log,l_mesgbuff1);

2399:
2400: fnd_file.new_line(fnd_file.log);
2401: hr_utility.set_message(8303,'PQP_230996_FED_NEW_MAP');
2402: l_mesgbuff1 := hr_utility.get_message;
2403: fnd_file.put(fnd_file.log,l_mesgbuff1);
2404: fnd_file.new_line(fnd_file.log);
2405:
2406: l_length := length(l_mesgbuff1);
2407:

Line 2404: fnd_file.new_line(fnd_file.log);

2400: fnd_file.new_line(fnd_file.log);
2401: hr_utility.set_message(8303,'PQP_230996_FED_NEW_MAP');
2402: l_mesgbuff1 := hr_utility.get_message;
2403: fnd_file.put(fnd_file.log,l_mesgbuff1);
2404: fnd_file.new_line(fnd_file.log);
2405:
2406: l_length := length(l_mesgbuff1);
2407:
2408: FOR l_indx_h IN 1..l_length

Line 2410: fnd_file.put(fnd_file.log,'-');

2406: l_length := length(l_mesgbuff1);
2407:
2408: FOR l_indx_h IN 1..l_length
2409: LOOP
2410: fnd_file.put(fnd_file.log,'-');
2411: END LOOP;
2412: fnd_file.new_line(fnd_file.log);
2413:
2414: hr_utility.set_message(8303,'PQP_230998_FED_FEDERAL_ELEMENT');

Line 2412: fnd_file.new_line(fnd_file.log);

2408: FOR l_indx_h IN 1..l_length
2409: LOOP
2410: fnd_file.put(fnd_file.log,'-');
2411: END LOOP;
2412: fnd_file.new_line(fnd_file.log);
2413:
2414: hr_utility.set_message(8303,'PQP_230998_FED_FEDERAL_ELEMENT');
2415: l_mesgbuff := hr_utility.get_message;
2416: fnd_file.put(fnd_file.log,rpad(l_mesgbuff,35));

Line 2416: fnd_file.put(fnd_file.log,rpad(l_mesgbuff,35));

2412: fnd_file.new_line(fnd_file.log);
2413:
2414: hr_utility.set_message(8303,'PQP_230998_FED_FEDERAL_ELEMENT');
2415: l_mesgbuff := hr_utility.get_message;
2416: fnd_file.put(fnd_file.log,rpad(l_mesgbuff,35));
2417:
2418: l_length1 := length(l_mesgbuff);
2419:
2420: hr_utility.set_message(8303,'PQP_230991_FED_AGENCY_ELEMENT');

Line 2422: fnd_file.put(fnd_file.log,rpad(l_mesgbuff,35));

2418: l_length1 := length(l_mesgbuff);
2419:
2420: hr_utility.set_message(8303,'PQP_230991_FED_AGENCY_ELEMENT');
2421: l_mesgbuff := hr_utility.get_message;
2422: fnd_file.put(fnd_file.log,rpad(l_mesgbuff,35));
2423:
2424: l_length2 := length(l_mesgbuff);
2425:
2426: hr_utility.set_message(8303,'PQP_230999_FED_PAY_BASIS');

Line 2428: fnd_file.put(fnd_file.log,l_mesgbuff);

2424: l_length2 := length(l_mesgbuff);
2425:
2426: hr_utility.set_message(8303,'PQP_230999_FED_PAY_BASIS');
2427: l_mesgbuff := hr_utility.get_message;
2428: fnd_file.put(fnd_file.log,l_mesgbuff);
2429: fnd_file.new_line(fnd_file.log);
2430:
2431: l_length3 := length(l_mesgbuff);
2432:

Line 2429: fnd_file.new_line(fnd_file.log);

2425:
2426: hr_utility.set_message(8303,'PQP_230999_FED_PAY_BASIS');
2427: l_mesgbuff := hr_utility.get_message;
2428: fnd_file.put(fnd_file.log,l_mesgbuff);
2429: fnd_file.new_line(fnd_file.log);
2430:
2431: l_length3 := length(l_mesgbuff);
2432:
2433:

Line 2438: fnd_file.put(fnd_file.log,rpad(l_hypen,35));

2434: FOR l_indx_h IN 1..l_length1
2435: LOOP
2436: l_hypen := '-'||l_hypen;
2437: END LOOP;
2438: fnd_file.put(fnd_file.log,rpad(l_hypen,35));
2439:
2440: l_hypen:=NULL;
2441:
2442: FOR l_indx_h IN 1..l_length2

Line 2446: fnd_file.put(fnd_file.log,rpad(l_hypen,35));

2442: FOR l_indx_h IN 1..l_length2
2443: LOOP
2444: l_hypen := '-'||l_hypen;
2445: END LOOP;
2446: fnd_file.put(fnd_file.log,rpad(l_hypen,35));
2447:
2448: l_hypen:=NULL;
2449:
2450: FOR l_indx_h IN 1..l_length3

Line 2454: fnd_file.put(fnd_file.log,rpad(l_hypen,35));

2450: FOR l_indx_h IN 1..l_length3
2451: LOOP
2452: l_hypen := '-'||l_hypen;
2453: END LOOP;
2454: fnd_file.put(fnd_file.log,rpad(l_hypen,35));
2455:
2456: fnd_file.new_line(fnd_file.log);
2457: l_mesgbuff:=NULL;
2458:

Line 2456: fnd_file.new_line(fnd_file.log);

2452: l_hypen := '-'||l_hypen;
2453: END LOOP;
2454: fnd_file.put(fnd_file.log,rpad(l_hypen,35));
2455:
2456: fnd_file.new_line(fnd_file.log);
2457: l_mesgbuff:=NULL;
2458:
2459: --*------------------------*
2460: --* Prints current mapping *

Line 2466: fnd_file.put(fnd_file.log,l_mesgbuff);

2462:
2463: hr_utility.set_message(8303,'PQP_230992_FED_ELE_TOKEN');
2464: hr_utility.set_message_token('ELEMENT_NAME', rpad(p_old_ele_name,35));
2465: l_mesgbuff := hr_utility.get_message;
2466: fnd_file.put(fnd_file.log,l_mesgbuff);
2467:
2468: hr_utility.set_message(8303,'PQP_230992_FED_ELE_TOKEN');
2469: hr_utility.set_message_token('ELEMENT_NAME', rpad(p_new_ele_name,35));
2470: l_mesgbuff := hr_utility.get_message;

Line 2471: fnd_file.put(fnd_file.log,l_mesgbuff);

2467:
2468: hr_utility.set_message(8303,'PQP_230992_FED_ELE_TOKEN');
2469: hr_utility.set_message_token('ELEMENT_NAME', rpad(p_new_ele_name,35));
2470: l_mesgbuff := hr_utility.get_message;
2471: fnd_file.put(fnd_file.log,l_mesgbuff);
2472:
2473: IF ( p_pay_basis is not null) THEN
2474: FOR pay_basis_meang IN c_pay_basis(p_pay_basis)
2475: LOOP

Line 2485: fnd_file.put(fnd_file.log,l_mesgbuff);

2481:
2482: hr_utility.set_message(8303,'PQP_230992_FED_ELE_TOKEN');
2483: hr_utility.set_message_token('ELEMENT_NAME', l_pay_basis_meang);
2484: l_mesgbuff := hr_utility.get_message;
2485: fnd_file.put(fnd_file.log,l_mesgbuff);
2486:
2487: fnd_file.new_line(fnd_file.log);
2488: --****************************************************************
2489: hr_utility.trace('Leaving :'||l_proc);

Line 2487: fnd_file.new_line(fnd_file.log);

2483: hr_utility.set_message_token('ELEMENT_NAME', l_pay_basis_meang);
2484: l_mesgbuff := hr_utility.get_message;
2485: fnd_file.put(fnd_file.log,l_mesgbuff);
2486:
2487: fnd_file.new_line(fnd_file.log);
2488: --****************************************************************
2489: hr_utility.trace('Leaving :'||l_proc);
2490: END update_or_ins_pqp_config_vals;
2491: