DBA Data[Home] [Help]

APPS.GML_PO_GLDIST dependencies on GL_SETS_OF_BOOKS

Line 1820: from gl_plcy_mst,gl_sets_of_books

1816:
1817:
1818: Cursor get_chart_id is
1819: select chart_of_accounts_id
1820: from gl_plcy_mst,gl_sets_of_books
1821: where co_code = P_CO_CODE
1822: and name like set_of_books_name
1823: and set_of_books_id = sob_id;
1824:

Line 1925: gl_sets_of_books s

1921: pm.segment_delimiter
1922: FROM gl_plcy_seg p,
1923: gl_plcy_mst pm,
1924: fnd_id_flex_segments f,
1925: gl_sets_of_books s
1926: WHERE p.co_code = v_co_code
1927: AND p.delete_mark = 0
1928: AND p.co_code = pm.co_code
1929: AND pm.sob_id = s.set_of_books_id

Line 2034: gl_sets_of_books gsob

2030: gl_acct_mst act,
2031: po_dist_dtl pdd,
2032: po_distributions_all pod,
2033: gl_plcy_mst gpm,
2034: gl_sets_of_books gsob
2035: WHERE map.po_id = v_po_id
2036: AND map.line_id = v_line_id
2037: AND pod.po_header_id = map.po_header_id
2038: AND pod.po_line_id = map.po_line_id