DBA Data[Home] [Help]

APPS.GML_PO_GLDIST dependencies on GL_CLDR_DTL

Line 470: FROM gl_cldr_dtl

466: WHERE doc_type = P_doc_type and pos_id = P_pos_id and
467: line_id = P_line_id;
468: CURSOR Cur_fiscal_year IS
469: SELECT fiscal_year,period
470: FROM gl_cldr_dtl
471: WHERE co_code = P_co_code and
472: period_end_date >= P_po_date
473: and delete_mark = 0;
474: