DBA Data[Home] [Help]

APPS.MSC_GET_NAME dependencies on MSC_USER_NOTES

Line 5777: from msc_user_notes

5773: CURSOR get_notes_details(lp_entity_type VARCHAR2,
5774: lp_plan_id NUMBER,
5775: lp_transaction_id NUMBER) IS
5776: SELECT note_text1
5777: from msc_user_notes
5778: where entity_type = lp_entity_type
5779: and plan_id = lp_plan_id
5780: and transaction_id = lp_transaction_id;
5781: l_notes_text varchar2(4000);