DBA Data[Home] [Help]

APPS.HRI_TIME_C dependencies on BIS_COLLECTION_UTILITIES

Line 179: BIS_COLLECTION_UTILITIES.GET_LAST_USER_ATTRIBUTES

175: l_validated varchar2(1) := 'N';
176:
177: begin
178:
179: BIS_COLLECTION_UTILITIES.GET_LAST_USER_ATTRIBUTES
180: ( P_OBJECT_NAME => 'HRI_DBI_TIME_M'
181: , P_ATTRIBUTE_TABLE => l_att_tbl
182: , P_COUNT => l_att_cnt
183: );

Line 2584: ELSIF (NOT BIS_COLLECTION_UTILITIES.setup('HRI_DBI_TIME_M')) THEN

2580: l_global_param_list(1) := 'BIS_GLOBAL_START_DATE';
2581: IF (NOT bis_common_parameters.check_global_parameters(l_global_param_list)) THEN
2582: retcode := 1;
2583: raise G_BIS_PARAMETER_NOT_SETUP;
2584: ELSIF (NOT BIS_COLLECTION_UTILITIES.setup('HRI_DBI_TIME_M')) THEN
2585: errbuf := sqlerrm;
2586: raise_application_error(-20000, 'Error for Time setup: ' || errbuf);
2587: END IF;
2588:

Line 3138: BIS_COLLECTION_UTILITIES.wrapup

3134: -- when we have a successful loading
3135: ----------------------------------------------------------------
3136: /* if g_all_level = 'Y' then
3137:
3138: BIS_COLLECTION_UTILITIES.wrapup
3139: ( p_status => TRUE
3140: , p_period_from => l_from_date
3141: , p_period_to => greatest( l_to_date
3142: , fnd_date.displaydt_to_date

Line 3143: ( bis_collection_utilities.get_last_refresh_period

3139: ( p_status => TRUE
3140: , p_period_from => l_from_date
3141: , p_period_to => greatest( l_to_date
3142: , fnd_date.displaydt_to_date
3143: ( bis_collection_utilities.get_last_refresh_period
3144: ('HRI_DBI_TIME_M_F')
3145: )
3146: )
3147: , p_attribute1 => 'Y'

Line 3152: BIS_COLLECTION_UTILITIES.wrapup (p_status => TRUE,

3148: );
3149:
3150: else
3151:
3152: BIS_COLLECTION_UTILITIES.wrapup (p_status => TRUE,
3153: p_period_from => l_from_date,
3154: p_period_to => l_to_date);
3155:
3156:

Line 3165: BIS_COLLECTION_UTILITIES.wrapup

3161: HRI_util.put_line(fnd_message.get_string('HRI', 'HRI_BIS_PARAMETER_NOT_SETUP'));
3162: retcode := -1;
3163: rollback;
3164: /*if l_bis_setup = 'Y' then
3165: BIS_COLLECTION_UTILITIES.wrapup
3166: ( p_status => FALSE
3167: , p_message => fnd_message.get_string('HRI', 'HRI_BIS_PARAMETER_NOT_SETUP')
3168: );
3169: end if;*/ -- Commented for HRI obsoletion

Line 3176: BIS_COLLECTION_UTILITIES.wrapup

3172: HRI_util.put_line('Can not get User ID and Login ID, program exit');
3173: retcode := -1;
3174: rollback;
3175: /*if l_bis_setup = 'Y' then
3176: BIS_COLLECTION_UTILITIES.wrapup
3177: ( p_status => FALSE
3178: , p_message => 'Can not get User ID and Login ID, program exit'
3179: );
3180: end if;*/ -- Commented for HRI obsoletion

Line 3190: BIS_COLLECTION_UTILITIES.wrapup

3186: l_mesg := fnd_message.get;
3187: HRI_util.put_line(l_mesg);
3188: retcode := -1;
3189: /* if l_bis_setup = 'Y' then
3190: BIS_COLLECTION_UTILITIES.wrapup
3191: ( p_status => FALSE , p_message => l_mesg);
3192: end if;*/ -- Commented for HRI obsoletion
3193: WHEN G_YEAR_NOT_DEFINED THEN
3194: --Added for bug 4454026

Line 3204: BIS_COLLECTION_UTILITIES.wrapup

3200: l_mesg := fnd_message.get;
3201: HRI_util.put_line(l_mesg);
3202: retcode := -1;
3203: /* if l_bis_setup = 'Y' then
3204: BIS_COLLECTION_UTILITIES.wrapup
3205: ( p_status => FALSE , p_message => l_mesg);
3206: end if;*/
3207: WHEN OTHERS THEN
3208: rollback;

Line 3217: BIS_COLLECTION_UTILITIES.wrapup

3213: -------------------------------------------
3214: Error occured in Procedure: LOAD
3215: Phase: ' || g_phase);
3216: /*if l_bis_setup = 'Y' then
3217: BIS_COLLECTION_UTILITIES.wrapup
3218: ( p_status => FALSE
3219: , p_message => substr(sqlerrm,1,4000)
3220: );
3221: end if;*/

Line 4175: ( bis_collection_utilities.get_last_refresh_period

4171:
4172: if p_load_mode = 'INCRE' then
4173: if check_validated = 'Y' then
4174: l_return_date := least(fnd_date.displaydt_to_date
4175: ( bis_collection_utilities.get_last_refresh_period
4176: ('HRI_DBI_TIME_M')
4177: ) +1, fnd_date.displaydt_to_date(DEFAULT_LOAD_TO_DATE));
4178: else
4179: l_return_date := bis_common_parameters.get_global_start_date;