DBA Data[Home] [Help]

APPS.PY_ZA_TX_01032011 dependencies on DUAL

Line 293: FROM dual;

289: -- Calculate the Current Effective Calendar Month to Date Start Date
290: --
291: SELECT trunc(dbi_SES_DTE,'Month')
292: INTO nti_CurMthStrtDte
293: FROM dual;
294: hr_utility.set_location('py_za_tx_01032011.NetTxbIncCalc',2);
295:
296: -- Calculate the Current Effective Calendar Month to Date End Date
297: --

Line 300: FROM dual;

296: -- Calculate the Current Effective Calendar Month to Date End Date
297: --
298: SELECT last_day(dbi_SES_DTE)
299: INTO nti_CurMthEndDte
300: FROM dual;
301: hr_utility.set_location('py_za_tx_01032011.NetTxbIncCalc',3);
302:
303: -- Calculate Site Factor
304: --