[Home] [Help]
1769: ( cp_ae_header_id INTEGER
1770: )
1771: IS
1772: SELECT 1
1773: FROM xla_ae_header_acs xahd
1774: WHERE xahd.ae_header_id = cp_ae_header_id
1775: FOR UPDATE NOWAIT;
1776:
1777: CURSOR lc_lock_ae_header_detail
1781: ,cp_amb_context_code VARCHAR2
1782: )
1783: IS
1784: SELECT 1
1785: FROM xla_ae_header_acs xahd
1786: WHERE xahd.ae_header_id = cp_ae_header_id
1787: AND xahd.analytical_criterion_code = cp_anacri_code
1788: AND xahd.analytical_criterion_type_code = cp_anacri_type_code
1789: AND xahd.amb_context_code = cp_amb_context_code