DBA Data[Home] [Help]

APPS.BIS_PMV_SCHED_PARAMETERS_PVT dependencies on BIS_USER_ATTRIBUTES

Line 78: from bis_user_attributes

74: l_prev_report_start_Date date;
75: lAsOfDateValue date;
76: cursor c_asof_date is
77: select period_date
78: from bis_user_attributes
79: where schedule_id=pScheduleId and
80: attribute_name = 'AS_OF_DATE';
81: begin
82: FND_MSG_PUB.INITIALIZE;

Line 531: INSERT INTO BIS_USER_ATTRIBUTES (user_id, schedule_id, attribute_name, function_name,

527: IF l_index > 0 THEN
528: l_dimension := substr(l_parameter_name,1,l_index-1);
529: END IF;
530: end if;
531: INSERT INTO BIS_USER_ATTRIBUTES (user_id, schedule_id, attribute_name, function_name,
532: session_id, session_value, session_description,
533: period_date, dimension, operator,
534: creation_date, created_by,
535: last_update_Date, last_updated_by)