DBA Data[Home] [Help]

APPS.FII_GL_BIS_MSC_PKG dependencies on GL_FLEXFIELDS_PKG

Line 25: So Calling GL_FLEXFIELDS_PKG.get_description_sql to get

21: AND application_column_name = p_column_name;
22:
23: /* No Exception Raised so far. That means segment number exists
24: for this chart of account id and segment name combination
25: So Calling GL_FLEXFIELDS_PKG.get_description_sql to get
26: the description */
27: l_desc_sql := GL_FLEXFIELDS_PKG.get_description_sql(
28: p_coa_id,
29: l_segment_num,

Line 27: l_desc_sql := GL_FLEXFIELDS_PKG.get_description_sql(

23: /* No Exception Raised so far. That means segment number exists
24: for this chart of account id and segment name combination
25: So Calling GL_FLEXFIELDS_PKG.get_description_sql to get
26: the description */
27: l_desc_sql := GL_FLEXFIELDS_PKG.get_description_sql(
28: p_coa_id,
29: l_segment_num,
30: p_seg_val);
31: return(l_desc_sql);