DBA Data[Home] [Help]

APPS.GMF_VALIDATIONS_PVT dependencies on GL_ACCU_MST

Line 1614: l_acctg_unit gl_accu_mst.acctg_unit_no%TYPE ;

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

Line 1615: l_acctg_unit_id gl_accu_mst.acctg_unit_id%TYPE ;

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

Line 1667: FROM gl_accu_mst

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