DBA Data[Home] [Help]

APPS.INV_GMI_MIGRATION dependencies on INVTTMTX

Line 2283: invttmtx.tdatechk (l_organization_id, trunc(sysdate), l_period_id,

2279: RAISE e_skip_whse; -- skip all rows for the warehouse
2280: END IF;
2281:
2282: -- Check in the inventory period is open in discrete
2283: invttmtx.tdatechk (l_organization_id, trunc(sysdate), l_period_id,
2284: l_open_past_period);
2285: invttmtx.G_ORG_ID := NULL;
2286: IF (l_period_id = -1) THEN
2287: -- dbms_output.put_line ('Error retrieving open period for org :' ||to_char(l_organization_id));

Line 2285: invttmtx.G_ORG_ID := NULL;

2281:
2282: -- Check in the inventory period is open in discrete
2283: invttmtx.tdatechk (l_organization_id, trunc(sysdate), l_period_id,
2284: l_open_past_period);
2285: invttmtx.G_ORG_ID := NULL;
2286: IF (l_period_id = -1) THEN
2287: -- dbms_output.put_line ('Error retrieving open period for org :' ||to_char(l_organization_id));
2288: GMA_COMMON_LOGGING.gma_migration_central_log (
2289: p_run_id => p_migration_run_id,