DBA Data[Home] [Help]

APPS.INV_SERIAL_PICK_PKG dependencies on INV_INV_LOVS

Line 681: INV_INV_LOVS.tdatechk(p_org_id => p_organization_id,

677: END IF;
678:
679: --Bug 3940938, getting the account_period_id for sysdate and stamping transaction_date
680: --as sysdate with the respective period_id on MMTT.
681: INV_INV_LOVS.tdatechk(p_org_id => p_organization_id,
682: p_transaction_date => sysdate,
683: x_period_id => l_period_id);
684:
685: IF (l_debug = 1) THEN