DBA Data[Home] [Help]

APPS.PY_ZA_TX_01032013 dependencies on DUAL

Line 409: FROM dual;

405: -- Calculate the Current Effective Calendar Month to Date Start Date
406: --
407: SELECT trunc(dbi_SES_DTE,'Month')
408: INTO nti_CurMthStrtDte
409: FROM dual;
410: hr_utility.set_location('py_za_tx_01032013.NetTxbIncCalc',2);
411:
412: -- Calculate the Current Effective Calendar Month to Date End Date
413: --

Line 416: FROM dual;

412: -- Calculate the Current Effective Calendar Month to Date End Date
413: --
414: SELECT last_day(dbi_SES_DTE)
415: INTO nti_CurMthEndDte
416: FROM dual;
417: hr_utility.set_location('py_za_tx_01032013.NetTxbIncCalc',3);
418:
419: -- Calculate Site Factor
420: --