DBA Data[Home] [Help]

APPS.IGF_AW_GEN_004 dependencies on IGS_PE_PERSID_GROUP_ALL

Line 1325: FROM igs_pe_persid_group_all

1321:
1322: --Cursor to check that if p_list_id represents a static or a dynamic person id group
1323: CURSOR c_file_name IS
1324: SELECT file_name
1325: FROM igs_pe_persid_group_all
1326: WHERE group_id = p_list_id; --Here p_List id is representing group_id for Financial Aid System Letter
1327:
1328:
1329:

Line 1332: l_file_name igs_pe_persid_group_all.file_name%TYPE;

1328:
1329:
1330:
1331: l_return_status VARCHAR2 (1);
1332: l_file_name igs_pe_persid_group_all.file_name%TYPE;
1333: lv_ret_sql VARCHAR2(32767);
1334: lv_status VARCHAR2(1);
1335: lv_count NUMBER;
1336: lv_data VARCHAR2(500);