DBA Data[Home] [Help]

APPS.IGS_FI_GEN_005 dependencies on IGS_PE_PERSID_GROUP

Line 89: FUNCTION finp_get_prsid_grp_code(p_n_group_id IN igs_pe_persid_group.group_id%TYPE) RETURN VARCHAR2;

85: FUNCTION finp_get_acct_meth RETURN igs_fi_control.accounting_method%TYPE;
86: pragma restrict_references(finp_get_acct_meth,wnds);
87:
88: -- This generic functions returns group code for the person group id passed as parameter to the function
89: FUNCTION finp_get_prsid_grp_code(p_n_group_id IN igs_pe_persid_group.group_id%TYPE) RETURN VARCHAR2;
90:
91:
92: END igs_fi_gen_005;