DBA Data[Home] [Help]

APPS.FII_AR_TRX_TYPE_M_C dependencies on FII_AR_TRX_TYPE_M_C

Line 1: Package Body FII_AR_TRX_TYPE_M_C AS

1: Package Body FII_AR_TRX_TYPE_M_C AS
2: /* $Header: FIIAR01B.pls 115.11 2002/01/31 16:43:26 pkm ship $ */
3: G_PUSH_DATE_RANGE1 Date:=Null;
4: G_PUSH_DATE_RANGE2 Date:=Null;
5: g_row_count Number:=0;

Line 33: FII_AR_TRX_TYPE_M_C.g_push_date_range1 := nvl(l_from_date,

29: IF (Not EDW_COLLECTION_UTIL.setup(l_dimension_name)) THEN
30: errbuf := fnd_message.get;
31: RAISE_APPLICATION_ERROR(-20000,'Error in SETUP: ' || errbuf);
32: END IF;
33: FII_AR_TRX_TYPE_M_C.g_push_date_range1 := nvl(l_from_date,
34: EDW_COLLECTION_UTIL.G_local_last_push_start_date - EDW_COLLECTION_UTIL.g_offset);
35: FII_AR_TRX_TYPE_M_C.g_push_date_range2 := nvl(l_to_date,EDW_COLLECTION_UTIL.G_local_curr_push_start_date);
36: edw_log.put_line( 'The collection range is from '||
37: to_char(FII_AR_TRX_TYPE_M_C.g_push_date_range1,'MM/DD/YYYY HH24:MI:SS')||' to '||

Line 35: FII_AR_TRX_TYPE_M_C.g_push_date_range2 := nvl(l_to_date,EDW_COLLECTION_UTIL.G_local_curr_push_start_date);

31: RAISE_APPLICATION_ERROR(-20000,'Error in SETUP: ' || errbuf);
32: END IF;
33: FII_AR_TRX_TYPE_M_C.g_push_date_range1 := nvl(l_from_date,
34: EDW_COLLECTION_UTIL.G_local_last_push_start_date - EDW_COLLECTION_UTIL.g_offset);
35: FII_AR_TRX_TYPE_M_C.g_push_date_range2 := nvl(l_to_date,EDW_COLLECTION_UTIL.G_local_curr_push_start_date);
36: edw_log.put_line( 'The collection range is from '||
37: to_char(FII_AR_TRX_TYPE_M_C.g_push_date_range1,'MM/DD/YYYY HH24:MI:SS')||' to '||
38: to_char(FII_AR_TRX_TYPE_M_C.g_push_date_range2,'MM/DD/YYYY HH24:MI:SS'));
39: edw_log.put_line(' ');

Line 37: to_char(FII_AR_TRX_TYPE_M_C.g_push_date_range1,'MM/DD/YYYY HH24:MI:SS')||' to '||

33: FII_AR_TRX_TYPE_M_C.g_push_date_range1 := nvl(l_from_date,
34: EDW_COLLECTION_UTIL.G_local_last_push_start_date - EDW_COLLECTION_UTIL.g_offset);
35: FII_AR_TRX_TYPE_M_C.g_push_date_range2 := nvl(l_to_date,EDW_COLLECTION_UTIL.G_local_curr_push_start_date);
36: edw_log.put_line( 'The collection range is from '||
37: to_char(FII_AR_TRX_TYPE_M_C.g_push_date_range1,'MM/DD/YYYY HH24:MI:SS')||' to '||
38: to_char(FII_AR_TRX_TYPE_M_C.g_push_date_range2,'MM/DD/YYYY HH24:MI:SS'));
39: edw_log.put_line(' ');
40:
41: -- -----------------------------------------------------------------------------

Line 38: to_char(FII_AR_TRX_TYPE_M_C.g_push_date_range2,'MM/DD/YYYY HH24:MI:SS'));

34: EDW_COLLECTION_UTIL.G_local_last_push_start_date - EDW_COLLECTION_UTIL.g_offset);
35: FII_AR_TRX_TYPE_M_C.g_push_date_range2 := nvl(l_to_date,EDW_COLLECTION_UTIL.G_local_curr_push_start_date);
36: edw_log.put_line( 'The collection range is from '||
37: to_char(FII_AR_TRX_TYPE_M_C.g_push_date_range1,'MM/DD/YYYY HH24:MI:SS')||' to '||
38: to_char(FII_AR_TRX_TYPE_M_C.g_push_date_range2,'MM/DD/YYYY HH24:MI:SS'));
39: edw_log.put_line(' ');
40:
41: -- -----------------------------------------------------------------------------
42: -- Start of Collection , Developer Customizable Section

Line 51: Push_EDW_ARTT_TYPE_LSTG(FII_AR_TRX_TYPE_M_C.g_push_date_range1, FII_AR_TRX_TYPE_M_C.g_push_date_range2);

47:
48: l_temp_date := sysdate;
49:
50:
51: Push_EDW_ARTT_TYPE_LSTG(FII_AR_TRX_TYPE_M_C.g_push_date_range1, FII_AR_TRX_TYPE_M_C.g_push_date_range2);
52: Push_EDW_ARTT_CODE_LSTG(FII_AR_TRX_TYPE_M_C.g_push_date_range1, FII_AR_TRX_TYPE_M_C.g_push_date_range2);
53:
54:
55: l_duration := sysdate - l_temp_date;

Line 52: Push_EDW_ARTT_CODE_LSTG(FII_AR_TRX_TYPE_M_C.g_push_date_range1, FII_AR_TRX_TYPE_M_C.g_push_date_range2);

48: l_temp_date := sysdate;
49:
50:
51: Push_EDW_ARTT_TYPE_LSTG(FII_AR_TRX_TYPE_M_C.g_push_date_range1, FII_AR_TRX_TYPE_M_C.g_push_date_range2);
52: Push_EDW_ARTT_CODE_LSTG(FII_AR_TRX_TYPE_M_C.g_push_date_range1, FII_AR_TRX_TYPE_M_C.g_push_date_range2);
53:
54:
55: l_duration := sysdate - l_temp_date;
56:

Line 69: FII_AR_TRX_TYPE_M_C.g_exception_msg := l_exception_msg;

65: Exception When others then
66: Errbuf:=sqlerrm;
67: Retcode:=sqlcode;
68: l_exception_msg := Retcode || ':' || Errbuf;
69: FII_AR_TRX_TYPE_M_C.g_exception_msg := l_exception_msg;
70: rollback;
71: EDW_COLLECTION_UTIL.wrapup(FALSE, 0, FII_AR_TRX_TYPE_M_C.g_exception_msg,g_push_date_range1, g_push_date_range2);
72:
73: commit;

Line 71: EDW_COLLECTION_UTIL.wrapup(FALSE, 0, FII_AR_TRX_TYPE_M_C.g_exception_msg,g_push_date_range1, g_push_date_range2);

67: Retcode:=sqlcode;
68: l_exception_msg := Retcode || ':' || Errbuf;
69: FII_AR_TRX_TYPE_M_C.g_exception_msg := l_exception_msg;
70: rollback;
71: EDW_COLLECTION_UTIL.wrapup(FALSE, 0, FII_AR_TRX_TYPE_M_C.g_exception_msg,g_push_date_range1, g_push_date_range2);
72:
73: commit;
74: End;
75:

Line 231: End FII_AR_TRX_TYPE_M_C;

227: Exception When others then
228: raise;
229: commit;
230: END;
231: End FII_AR_TRX_TYPE_M_C;