DBA Data[Home] [Help]

APPS.GL_JE_BATCHES_PKG dependencies on GL_JE_HEADERS_PKG

Line 589: GL_JE_HEADERS_PKG.change_effective_date(X_Je_Batch_Id,

585:
586: -- If the user changes the average journal flag to 'Y', then
587: -- we need to reinitialize all of the journals effective dates.
588: IF (Update_Effective_Date_Flag = 'Y') THEN
589: GL_JE_HEADERS_PKG.change_effective_date(X_Je_Batch_Id,
590: X_Default_Effective_Date);
591: END IF;
592:
593: -- If the user starts the approval process, then we need to

Line 620: gl_je_headers_pkg.calculate_totals(

616: END IF;
617: END IF;
618:
619: -- Recalculate the running totals
620: gl_je_headers_pkg.calculate_totals(
621: X_Je_Batch_Id,
622: X_Running_Total_Dr,
623: X_Running_Total_Cr,
624: X_Running_Total_Accounted_Dr,

Line 1317: GL_JE_HEADERS_PKG.change_effective_date(X_Je_Batch_Id,

1313:
1314: -- If the user changes the average journal flag to 'Y', then
1315: -- we need to reinitialize all of the journals effective dates.
1316: IF (Update_Effective_Date_Flag = 'Y') THEN
1317: GL_JE_HEADERS_PKG.change_effective_date(X_Je_Batch_Id,
1318: X_Default_Effective_Date);
1319: END IF;
1320:
1321: -- If the user starts the approval process, then we need to

Line 1496: gl_je_headers_pkg.delete_headers(Je_Batch_Id);

1492: END IF;
1493:
1494:
1495: -- Delete the journals
1496: gl_je_headers_pkg.delete_headers(Je_Batch_Id);
1497:
1498: -- Delete the batches
1499: DELETE FROM GL_JE_BATCHES
1500: WHERE rowid = X_Rowid;