DBA Data[Home] [Help]

APPS.IGS_FI_GEN_005 dependencies on IGS_FI_CONTROL

Line 83: FUNCTION finp_get_receivables_inst RETURN IGS_FI_CONTROL.Rec_Installed%TYPE;

79: p_next_bus_day IN VARCHAR2 DEFAULT 'N',
80: p_org_id NUMBER
81: );
82: --
83: FUNCTION finp_get_receivables_inst RETURN IGS_FI_CONTROL.Rec_Installed%TYPE;
84:
85: FUNCTION finp_get_acct_meth RETURN igs_fi_control.accounting_method%TYPE;
86: pragma restrict_references(finp_get_acct_meth,wnds);
87:

Line 85: FUNCTION finp_get_acct_meth RETURN igs_fi_control.accounting_method%TYPE;

81: );
82: --
83: FUNCTION finp_get_receivables_inst RETURN IGS_FI_CONTROL.Rec_Installed%TYPE;
84:
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;