DBA Data[Home] [Help]

APPS.FV_DISB_IN_TRANSIT dependencies on GL_INTERFACE_CONTROL_S

Line 735: -- Assign the group id to be a sequence number from the gl_interface_control seq

731: IF (x_err_code <> 0) THEN
732: RETURN;
733: END IF;
734:
735: -- Assign the group id to be a sequence number from the gl_interface_control seq
736: SELECT gl_interface_control_s.NEXTVAL
737: INTO x_group_id
738: FROM dual;
739:

Line 736: SELECT gl_interface_control_s.NEXTVAL

732: RETURN;
733: END IF;
734:
735: -- Assign the group id to be a sequence number from the gl_interface_control seq
736: SELECT gl_interface_control_s.NEXTVAL
737: INTO x_group_id
738: FROM dual;
739:
740: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 887: --from the gl_interface_control seq

883: RETURN;
884: END IF;
885:
886: -- Assign the group id to be a sequence number
887: --from the gl_interface_control seq
888:
889: SELECT gl_interface_control_s.NEXTVAL
890: INTO x_group_id
891: FROM dual;

Line 889: SELECT gl_interface_control_s.NEXTVAL

885:
886: -- Assign the group id to be a sequence number
887: --from the gl_interface_control seq
888:
889: SELECT gl_interface_control_s.NEXTVAL
890: INTO x_group_id
891: FROM dual;
892:
893: -- Find the gl_je_lines records that are associated with the

Line 1212: SELECT gl_interface_control_s.NEXTVAL

1208: END IF;
1209: END IF;
1210:
1211: IF (retcode = '0') THEN
1212: SELECT gl_interface_control_s.NEXTVAL
1213: INTO l_group_id
1214: FROM dual;
1215:
1216: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN