DBA Data[Home] [Help]

APPS.INV_CG_UPGRADE dependencies on INV_LE_TIMEZONE_PUB

Line 1459: mydebug('API time value ' || TO_CHAR(INV_LE_TIMEZONE_PUB.get_le_day_for_inv_org(Sysdate,l_organization_id),'DD-MON-YYYY HH24:Mi:SS'));

1455: l_dummy NUMBER := -1; --bug5073454
1456:
1457: begin
1458: mydebug('sysdate ' ||TO_CHAR(SYSDATE,'DD-MON-YYYY HH24:Mi:SS'));
1459: mydebug('API time value ' || TO_CHAR(INV_LE_TIMEZONE_PUB.get_le_day_for_inv_org(Sysdate,l_organization_id),'DD-MON-YYYY HH24:Mi:SS'));
1460:
1461:
1462: /*Bug3768349--Changed the 'for loop' of acct_cursor to normal loop to handle the
1463: condition if p_open_periods_only <> 1.*/