DBA Data[Home] [Help]

APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_TTY_ALIGNMENTS

Line 1092: from jtf_tty_alignments

1088: l_user_id := p_user_id;
1089:
1090: select imported_on
1091: into l_imported_on
1092: from jtf_tty_alignments
1093: where alignment_id = l_alignment_id;
1094:
1095: --Initial population of alignment datamodel if this is the first upload
1096: if l_imported_on is null then

Line 1231: update jtf_tty_alignments

1227:
1228: end if; --imported_on is null
1229:
1230: --update imported_on date for this alignment
1231: update jtf_tty_alignments
1232: set imported_on = l_sysdate
1233: where alignment_id = l_alignment_id;
1234:
1235: ---------------------------------------------