DBA Data[Home] [Help]

APPS.IGS_FI_PRC_ACCT_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 103: FROM fnd_id_flex_segments

99: --
100: CURSOR cur_n_seg(cp_v_enabled_flag VARCHAR2, cp_v_flex_cd VARCHAR2, cp_n_coa_id NUMBER)
101: IS
102: SELECT COUNT(*)
103: FROM fnd_id_flex_segments
104: WHERE id_flex_num = cp_n_coa_id
105: AND enabled_flag= cp_v_enabled_flag
106: AND id_flex_code = cp_v_flex_cd;
107:

Line 749: l_v_seg_name fnd_id_flex_segments.application_column_name%TYPE;

745: WHERE id_flex_num = cp_n_coa_id
746: AND application_id = cp_n_appl_id
747: AND segment_attribute_type = cp_v_attr_type
748: AND attribute_value = cp_v_attr_value;
749: l_v_seg_name fnd_id_flex_segments.application_column_name%TYPE;
750:
751: l_return_status BOOLEAN; -- To capture returned Status from get_charge_acct_ccids procedure call.
752: l_error_string igs_fi_invln_int.error_string%TYPE; -- To capture returned error string from get_charge_acct_ccids procedure call.
753: l_error_type NUMBER; -- To capture returned error type from get_charge_acct_ccids procedure call.