DBA Data[Home] [Help]

APPS.PY_ZA_TX_01032009 dependencies on DUAL

Line 291: FROM dual;

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

Line 298: FROM dual;

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