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