DBA Data[Home] [Help]

APPS.ARP_ACCT_EVENT_PKG dependencies on AR_TRANSACTION_HISTORY

Line 445: FROM ar_transaction_history crh

441: customer_trx_id,
442: p_entity_code,
443: event_id,
444: 'AR'
445: FROM ar_transaction_history crh
446: WHERE customer_trx_id = p_source_int_id;
447:
448:
449: END IF;

Line 1041: ar_transaction_history_all th

1037: p_org_id IN NUMBER)
1038: IS
1039: SELECT th.customer_trx_id
1040: FROM ar_distributions_all ard,
1041: ar_transaction_history_all th
1042: WHERE ard.source_table = 'TH'
1043: AND ard.source_id = th.transaction_history_id
1044: AND th.gl_date BETWEEN p_start_date AND p_end_date
1045: AND th.posting_control_id = -3

Line 1066: p_entity => 'AR_TRANSACTION_HISTORY_ALL',

1062: (p_start_date => p_start_date,
1063: p_end_date => p_end_date,
1064: p_org_id => p_org_id,
1065: p_type => 'BILL',
1066: p_entity => 'AR_TRANSACTION_HISTORY_ALL',
1067: x_return_status => x_return_status);
1068: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1069: RAISE fnd_api.g_exc_error;
1070: END IF;