DBA Data[Home] [Help]

APPS.GMIVDX dependencies on INVTTMTX

Line 763: invttmtx.tdatechk (p_line_rec_tbl(i).odm_inv_organization_id,

759: ELSE
760: INV_OPEN_PAST_PERIOD := FALSE;
761: END IF;
762: -- Validate that the inventory period is open
763: invttmtx.tdatechk (p_line_rec_tbl(i).odm_inv_organization_id,
764: trunc(p_hdr_rec.trans_date),
765: p_line_rec_tbl(i).odm_period_id,
766: INV_OPEN_PAST_PERIOD
767: );