DBA Data[Home] [Help]

APPS.GMF_VALIDATIONS_PVT dependencies on GL_ACCU_MST

Line 1612: l_acctg_unit gl_accu_mst.acctg_unit_no%TYPE ;

1608:
1609: l_segment_delimiter gl_plcy_mst.segment_delimiter%TYPE;
1610: l_acct_no gl_acct_mst.acct_no%TYPE;
1611: l_acct_id gl_acct_mst.acct_id%TYPE;
1612: l_acctg_unit gl_accu_mst.acctg_unit_no%TYPE ;
1613: l_acctg_unit_id gl_accu_mst.acctg_unit_id%TYPE ;
1614: l_cnt_acctg_unit NUMBER(10);
1615: l_cnt_seg NUMBER(10);
1616:

Line 1613: l_acctg_unit_id gl_accu_mst.acctg_unit_id%TYPE ;

1609: l_segment_delimiter gl_plcy_mst.segment_delimiter%TYPE;
1610: l_acct_no gl_acct_mst.acct_no%TYPE;
1611: l_acct_id gl_acct_mst.acct_id%TYPE;
1612: l_acctg_unit gl_accu_mst.acctg_unit_no%TYPE ;
1613: l_acctg_unit_id gl_accu_mst.acctg_unit_id%TYPE ;
1614: l_cnt_acctg_unit NUMBER(10);
1615: l_cnt_seg NUMBER(10);
1616:
1617: l_segments_tab gmf_get_mappings.my_opm_seg_values; -- to store segments

Line 1665: FROM gl_accu_mst

1661: END LOOP ;
1662:
1663: SELECT acctg_unit_desc
1664: INTO l_accu_desc
1665: FROM gl_accu_mst
1666: WHERE acctg_unit_no = l_acctg_unit
1667: AND co_code = p_co_code
1668: AND delete_mark = 0 ;
1669: