DBA Data[Home] [Help]

APPS.GMF_XLA_PKG dependencies on GMF_RCV_ACCOUNTING_TXNS

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

2678: END IF;
2679:
2680: /* bug 4879803 start jboppana*/
2681:
2682: g_log_msg := 'Updating gmf_rcv_accounting_txns table';
2683:
2684: print_debug(g_log_msg);
2685: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL )
2686: THEN

Line 2694: UPDATE gmf_rcv_accounting_txns

2690: message => g_log_msg
2691: );
2692: END IF;
2693:
2694: UPDATE gmf_rcv_accounting_txns
2695: SET accounted_flag = DECODE(G_accounting_mode, 'D', 'D', 'F', NULL)
2696: , last_update_date = sysdate
2697: , last_updated_by = g_user_id
2698: , last_update_login = g_login_id

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

2714: and xpae.event_class_code = gxem.event_class_code
2715: )
2716: ;
2717:
2718: g_log_msg := sql%rowcount || ' rows updated in gmf_rcv_accounting_txns table';
2719:
2720: print_debug(g_log_msg);
2721: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL )
2722: THEN

Line 4039: FROM gmf_rcv_accounting_txns

4035: -- l_source_id_int_1 := p_source_id_int_1;
4036: --
4037: SELECT event_source_id
4038: INTO l_source_id_int_1
4039: FROM gmf_rcv_accounting_txns
4040: WHERE accounting_txn_id = p_source_id_int_1;
4041: ELSIF p_event_class_code='PAYABLES_INVOICE' THEN
4042: RETURN;
4043: END IF;