[Home] [Help]
4534: fnd_file.put_line (fnd_file.LOG, 'Start of OC_interface...');
4535: l_user_id := fnd_global.user_id;
4536: fnd_file.put_line (fnd_file.LOG, 'User Id : ' || TO_CHAR (l_user_id));
4537: -- Set policy context to ALL
4538: mo_global.set_policy_context ('B', NULL);
4539:
4540: LOOP
4541: l_oldline_count := 0;
4542: l_newline_count := 0;