DBA Data[Home] [Help]

APPS.JTF_REGION_PUB dependencies on FND_RESPONSIBILITY

Line 54: select responsibility_id from fnd_responsibility

50: function get_respids_of(p_appid number) return number_table is
51: t_retval number_table;
52: t_idx number;
53: cursor c1(pp_appid number) is
54: select responsibility_id from fnd_responsibility
55: where application_id = pp_appid;
56: begin
57: t_idx := 1;
58: for c1_rec in c1(p_appid) loop