DBA Data[Home] [Help]

APPS.IGF_AW_COA_CALC dependencies on IGS_PE_PERSID_GROUP_V

Line 2020: lv_group_type igs_pe_persid_group_v.group_type%TYPE;

2016: --Cursor below retrieves all the person belonging to a person id group
2017:
2018: -- Variables for the dynamic person id group
2019: lv_status VARCHAR2(1) := 'S'; /*Defaulted to 'S' and the function will return 'F' in case of failure */
2020: lv_group_type igs_pe_persid_group_v.group_type%TYPE;
2021: lv_sql_stmt VARCHAR(32767);
2022:
2023:
2024: TYPE CpregrpCurTyp IS REF CURSOR ;