[Home] [Help]
2766: END IF;
2767:
2768: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' l_enc_type_id: ' || l_enc_type_id);
2769:
2770: SELECT gl_interface_control_s.nextval
2771: INTO l_group_id
2772: FROM dual;
2773:
2774: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' l_group_id: ' || l_group_id);
3024: FROM dual;
3025:
3026: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' l_int_run_id: ' || l_int_run_id);
3027:
3028: insert into gl_interface_control(
3029: je_source_name,
3030: status,
3031: interface_run_id,
3032: group_id,
3038: l_group_id,
3039: g_sob_id
3040: );
3041:
3042: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Inserted control record into gl_interface_control');
3043: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Before submitting Journal Import');
3044:
3045: req_id := fnd_request.submit_request(
3046: 'SQLGL',