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 1244: FROM jtf_notes_vl b

1240: b.note_status note_status,
1241: b.note_type note_type,
1242: b.notes notes,
1243: b.notes_detail notes_detail
1244: FROM jtf_notes_vl b
1245: WHERE b.source_object_id = l_id;
1246:
1247: i NUMBER := 0;
1248: BEGIN