DBA Data[Home] [Help]

APPS.AMS_LISTENTRY_PVT dependencies on AMS_SOURCE_CODES

Line 80: FROM ams_source_codes

76:
77: --gettting the source_code from the ams_source_code table.
78: CURSOR C_get_source_code(object_id IN NUMBER,object_arc IN VARCHAR2) IS
79: SELECT source_code
80: FROM ams_source_codes
81: WHERE source_code_for_id = object_id
82: AND arc_source_code_for = object_arc;
83:
84: l_source_code VARCHAR2(30);