DBA Data[Home] [Help]

APPS.CSD_RETURNS_BI_PVT dependencies on CSD_RETURNS_BI_PVT

Line 1: PACKAGE BODY CSD_RETURNS_BI_PVT AS

1: PACKAGE BODY CSD_RETURNS_BI_PVT AS
2: /* $Header: csdvrbib.pls 120.9 2011/06/01 22:30:10 swai noship $ */
3:
4: /*--------------------------------------------------*/
5: /* procedure name: get_last_run_date */

Line 782: CSD_RETURNS_BI_PVT.initial_load_RcvTxns_etl(errbuf => l_errbuf,

778:
779: -- Initializing to success.
780: retcode := c_OK;
781:
782: CSD_RETURNS_BI_PVT.initial_load_RcvTxns_etl(errbuf => l_errbuf,
783: retcode => l_retcode);
784:
785: if (l_retcode = c_OK) then
786: FND_FILE.PUT_LINE(FND_FILE.LOG,

Line 805: CSD_RETURNS_BI_PVT.initial_load_ShpTxns_etl(errbuf => l_errbuf,

801:
802: -- Initializing to success.
803: retcode := c_OK;
804:
805: CSD_RETURNS_BI_PVT.initial_load_ShpTxns_etl(errbuf => l_errbuf,
806: retcode => l_retcode);
807:
808: if (l_retcode = c_OK) then
809: FND_FILE.PUT_LINE(FND_FILE.LOG,

Line 825: CSD_RETURNS_BI_PVT.initial_load_MtlTxns_etl(errbuf => l_errbuf,

821: if (p_data_set in ('ALL', 'ECO_IMPACT', 'DISP_SUM')) then
822: FND_FILE.PUT_LINE(FND_FILE.LOG,
823: 'Calling the initial refresh process for Material Transactions fact ...');
824:
825: CSD_RETURNS_BI_PVT.initial_load_MtlTxns_etl(errbuf => l_errbuf,
826: retcode => l_retcode);
827:
828: if (l_retcode = c_OK) then
829: FND_FILE.PUT_LINE(FND_FILE.LOG,

Line 896: END CSD_RETURNS_BI_PVT;

892: RAISE;
893:
894: END Returns_Bi_Driver_Main;
895:
896: END CSD_RETURNS_BI_PVT;