DBA Data[Home] [Help]

APPS.CSD_RETURNS_BI_PVT dependencies on DBMS_MVIEW

Line 44: DBMS_MVIEW.refresh(list => 'CSD_RETURNS_BI_RCV_TXNS_MV',

40: -- refresh the mviews for the Receiving transactions
41: -- that are required for "Returns" and "Eco Impact"
42: -- tabs on the Environmental Impact Dashboard
43: if (p_data_set in ('ALL', 'RETURNS', 'ECO_IMPACT')) then
44: DBMS_MVIEW.refresh(list => 'CSD_RETURNS_BI_RCV_TXNS_MV',
45: method => p_method
46: -- method => '?'
47: -- rollback_seg := NULL,
48: -- push_deferred_rpc := TRUE,

Line 61: DBMS_MVIEW.refresh(list => 'CSD_RETURNS_BI_MTL_TXNS_MV',

57: -- refresh the mviews for the Material transactions
58: -- that are required for "Eco-Impact" tab in the
59: -- Environmental Impact Dashboard
60: if (p_data_set in ('ALL','ECO_IMPACT')) then
61: DBMS_MVIEW.refresh(list => 'CSD_RETURNS_BI_MTL_TXNS_MV',
62: method => p_method
63: -- method => '?'
64: -- rollback_seg := NULL,
65: -- push_deferred_rpc := TRUE,

Line 79: DBMS_MVIEW.refresh(list => 'CSD_RETURNS_BI_DISP_SUM_MV',

75: -- refresh the mviews for the Material transactions
76: -- that are required for "Disposition Summary" tab in the
77: -- Environmental Impact Dashboard
78: if (p_data_set in ('ALL','DISP_SUM')) then
79: DBMS_MVIEW.refresh(list => 'CSD_RETURNS_BI_DISP_SUM_MV',
80: method => p_method
81: -- method => '?'
82: -- rollback_seg := NULL,
83: -- push_deferred_rpc := TRUE,

Line 97: DBMS_MVIEW.refresh(list => 'CSD_RETURNS_BI_POM_MV',

93: -- refresh the mviews for the RCV/SHIP transactions
94: -- that are required for "Put On Market" tab in the
95: -- Environmental Impact Dashboard
96: if (p_data_set in ('ALL','POM')) then
97: DBMS_MVIEW.refresh(list => 'CSD_RETURNS_BI_POM_MV',
98: method => p_method
99: -- method => '?'
100: -- rollback_seg := NULL,
101: -- push_deferred_rpc := TRUE,