DBA Data[Home] [Help]

APPS.GMF_XLA_PKG dependencies on GMF_RCV_ACCOUNTING_TXNS

Line 2960: g_log_msg := 'Updating gmf_rcv_accounting_txns table';

2956: END IF;
2957:
2958: /* bug 4879803 start jboppana*/
2959:
2960: g_log_msg := 'Updating gmf_rcv_accounting_txns table';
2961:
2962: print_debug(g_log_msg);
2963: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL )
2964: THEN

Line 2972: UPDATE gmf_rcv_accounting_txns

2968: message => g_log_msg
2969: );
2970: END IF;
2971:
2972: UPDATE gmf_rcv_accounting_txns
2973: SET accounted_flag = DECODE(G_accounting_mode, 'D', 'D', 'F', NULL)
2974: , last_update_date = sysdate
2975: , last_updated_by = g_user_id
2976: , last_update_login = g_login_id

Line 2996: g_log_msg := sql%rowcount || ' rows updated in gmf_rcv_accounting_txns table';

2992: and xpae.event_class_code = gxem.event_class_code
2993: )
2994: ;
2995:
2996: g_log_msg := sql%rowcount || ' rows updated in gmf_rcv_accounting_txns table';
2997:
2998: print_debug(g_log_msg);
2999: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL )
3000: THEN

Line 4447: FROM gmf_rcv_accounting_txns

4443: -- l_source_id_int_1 := p_source_id_int_1;
4444: --
4445: SELECT event_source_id
4446: INTO l_source_id_int_1
4447: FROM gmf_rcv_accounting_txns
4448: WHERE accounting_txn_id = p_source_id_int_1;
4449:
4450: ELSIF p_event_class_code='PAYABLES_INVOICE' THEN
4451: p_user_interface_type := 'NONE';