DBA Data[Home] [Help]

APPS.PQP_FEDHR_USPAY_INTG_PKG dependencies on HR_MULTI_MESSAGE

Line 1689: hr_multi_message.add(p_associated_column1 => 'Y');

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: ----**********************************************************************
1693: -- CHECK # :- Existence of PAYROLL Product

Line 1707: hr_multi_message.add(p_associated_column1 => 'Y');

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
1711: ----**********************************************************************

Line 1721: hr_multi_message.add(p_associated_column1 => 'Y');

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:
1724: populate_dc_ele_inp_tabs(p_bg_id => p_business_group_id ,
1725: p_eff_start_date => l_dt ,

Line 1992: hr_multi_message.add(p_associated_column1 => 'Y');

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
1996: ----**********************************************************************

Line 2009: hr_multi_message.add(p_associated_column1 => 'Y');

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.
2013: --**********************************************************************

Line 2019: hr_multi_message.add(p_associated_column1 => 'Y');

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: --**********************************************************************
2023: -- CHECK 4 :- Check for tracking if federal element link already exists

Line 2036: hr_multi_message.add(p_associated_column1 => 'Y');

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
2040: -- Stop Conc Prog If atleast one Element Link exists

Line 2052: hr_multi_message.add(p_associated_column1 => 'Y');

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: --****************************************************************
2056:

Line 2112: hr_multi_message.add(p_associated_column1 => 'Y');

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;
2116:

Line 2294: hr_multi_message.add(p_associated_column1 => 'Y');

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');
2298: --******************************************************************