DBA Data[Home] [Help]

APPS.GL_JE_BATCHES_PKG dependencies on GL_JE_HEADERS_PKG

Line 590: GL_JE_HEADERS_PKG.change_effective_date(X_Je_Batch_Id,

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

Line 621: gl_je_headers_pkg.calculate_totals(

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

Line 1318: GL_JE_HEADERS_PKG.change_effective_date(X_Je_Batch_Id,

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

Line 1522: gl_je_headers_pkg.delete_headers(X_Je_Batch_Id);

1518: END LOOP;
1519: CLOSE get_child;
1520:
1521: -- Delete the journals
1522: gl_je_headers_pkg.delete_headers(X_Je_Batch_Id);
1523:
1524: -- Delete the batches
1525: DELETE FROM GL_JE_BATCHES
1526: WHERE rowid = X_Rowid;