DBA Data[Home] [Help]

APPS.INV_GMI_MIGRATION dependencies on INVTTMTX

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

2393: RAISE e_skip_whse; -- skip all rows for the warehouse
2394: END IF;
2395:
2396: -- Check in the inventory period is open in discrete
2397: invttmtx.tdatechk (l_organization_id, trunc(sysdate), l_period_id,
2398: l_open_past_period);
2399: invttmtx.G_ORG_ID := NULL;
2400: IF (l_period_id = -1) THEN
2401: -- dbms_output.put_line ('Error retrieving open period for org :' ||to_char(l_organization_id));

Line 2399: invttmtx.G_ORG_ID := NULL;

2395:
2396: -- Check in the inventory period is open in discrete
2397: invttmtx.tdatechk (l_organization_id, trunc(sysdate), l_period_id,
2398: l_open_past_period);
2399: invttmtx.G_ORG_ID := NULL;
2400: IF (l_period_id = -1) THEN
2401: -- dbms_output.put_line ('Error retrieving open period for org :' ||to_char(l_organization_id));
2402: GMA_COMMON_LOGGING.gma_migration_central_log (
2403: p_run_id => p_migration_run_id,