DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on CSI_MASS_EDIT_ENTRIES_TL

Line 121: --| CSI_MASS_EDIT_ENTRIES_TL | X | | | | | |

117: --| CS_INCIDENTS_ALL_B | X | | | | | |
118: --+---------------------------------+---+---+---+---+---+----------------------+
119: --| OKS_BATCH_RULES | X | | | | | |
120: --+---------------------------------+---+---+---+---+---+----------------------+
121: --| CSI_MASS_EDIT_ENTRIES_TL | X | | | | | |
122: --+---------------------------------+---+---+---+---+---+----------------------+
123: --| OKS_INSTANCE_HISTORY | X | X | | | | |
124: --+---------------------------------+---+---+---+---+---+----------------------+
125: --| OKC_QA_CHECK_PUB | | | | | |X |

Line 4543: FROM csi_mass_edit_entries_tl

4539: p_batch_id NUMBER
4540: )
4541: IS
4542: SELECT DESCRIPTION --NAME
4543: FROM csi_mass_edit_entries_tl
4544: WHERE source_lang = USERENV ('LANG')
4545: AND entry_id = p_batch_id
4546: AND ROWNUM < 2;
4547:

Line 4621: l_note_details csi_mass_edit_entries_tl.Description%TYPE;

4617:
4618: -- Valiables for notes
4619: l_jtf_note_id NUMBER;
4620: l_jtf_note_contexts_tab jtf_notes_pub.jtf_note_contexts_tbl_type;
4621: l_note_details csi_mass_edit_entries_tl.Description%TYPE;
4622:
4623: l_uom_code Varchar2(240);
4624: BEGIN
4625:

Line 6694: l_note_details csi_mass_edit_entries_tl.Description%TYPE;

6690: l_from_version fnd_attached_documents.pk2_value%TYPE;
6691: -- Valiables for notes
6692: l_jtf_note_id NUMBER;
6693: l_jtf_note_contexts_tab jtf_notes_pub.jtf_note_contexts_tbl_type;
6694: l_note_details csi_mass_edit_entries_tl.Description%TYPE;
6695: --Contract Line Table
6696: l_clev_tbl_in okc_contract_pub.clev_tbl_type;
6697: l_clev_tbl_out okc_contract_pub.clev_tbl_type;
6698: --Contract Header