DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on JTF_NOTES_VL

Line 33: --| JTF_NOTES_VL | X | | | | | |

29: --| okc_k_headers_all_b | X | | X | | | |
30: --+---------------------------------+---+---+---+---+---+----------------------+
31: --| JTF_NOTES_PUB | | | | | |X |
32: --+---------------------------------+---+---+---+---+---+----------------------+
33: --| JTF_NOTES_VL | X | | | | | |
34: --+---------------------------------+---+---+---+---+---+----------------------+
35: --| HZ_PARTIES | X | | | | | |
36: --+---------------------------------+---+---+---+---+---+----------------------+
37: --| HZ_CUST_ACCT_RELATE_ALL | X | | | | | |

Line 1240: FROM jtf_notes_vl b

1236: b.note_status note_status,
1237: b.note_type note_type,
1238: b.notes notes,
1239: b.notes_detail notes_detail
1240: FROM jtf_notes_vl b
1241: WHERE b.source_object_id = l_id;
1242:
1243: i NUMBER := 0;
1244: BEGIN