DBA Data[Home] [Help]

APPS.CHV_REBUILD_SCHEDULES dependencies on DBMS_OUTPUT

Line 60: dbms_output.put_line('Entering rebuild_schedule');

56: AND rebuild_flag = 'Y';
57:
58: BEGIN
59:
60: dbms_output.put_line('Entering rebuild_schedule');
61:
62: -- Get x_user_id and x_login_id from the global variable set.
63: x_user_id := NVL(fnd_global.user_id, 0);
64: x_login_id := NVL(fnd_global.login_id, 0);

Line 103: dbms_output.put_line('Build_schedule: create_bucket_template');

99: -- this comment here, so we are aware of the issue.
100:
101: -- Create 3 temp bucket tables (descriptor, start_date and end_date)
102: -- and get x_horizon_end_date in the meantime.
103: dbms_output.put_line('Build_schedule: create_bucket_template');
104:
105: x_progress := '020';
106:
107: chv_create_buckets.create_bucket_template(x_horizon_start_date,

Line 115: dbms_output.put_line('Build Schedules: end Date'||x_horizon_end_date);

111: x_bucket_descriptor_table,
112: x_bucket_start_date_table,
113: x_bucket_end_date_table);
114:
115: dbms_output.put_line('Build Schedules: end Date'||x_horizon_end_date);
116:
117:
118: x_progress := '030';
119: