DBA Data[Home] [Help]

APPS.OZF_GL_INTERFACE_PVT dependencies on OZF_ACCTNG_EVENTS_ALL

Line 2516: FROM ozf_acctng_events_all

2512: CURSOR chk_ae_exist( cv_source_id IN NUMBER
2513: , cv_source_table IN VARCHAR2
2514: ) IS
2515: SELECT accounting_event_id
2516: FROM ozf_acctng_events_all
2517: WHERE source_id = cv_source_id
2518: AND source_table = cv_source_table;
2519:
2520: l_acc_event_id NUMBER := NULL;

Line 2818: from ozf_acctng_events_all

2814: l_event_status_code varchar2(30);
2815:
2816: CURSOR check_acct_status_csr (p_id in number) IS
2817: select event_status_code
2818: from ozf_acctng_events_all
2819: where accounting_event_id = p_id;
2820:
2821: BEGIN
2822: -- Standard begin of API savepoint

Line 2930: UPDATE ozf_acctng_events_all

2926: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2927: END IF;
2928:
2929: -- Update accounting events table
2930: UPDATE ozf_acctng_events_all
2931: SET event_status_code = 'ACCOUNTED'
2932: where accounting_event_id = l_accounting_event_id;
2933:
2934: --Standard check of commit

Line 3068: from ozf_acctng_events_all

3064: , source_table
3065: , org_id
3066: , accounting_date
3067: , object_version_number
3068: from ozf_acctng_events_all
3069: where source_table = 'OZF_CLAIMS_ALL'
3070: and source_id = p_source_id;
3071:
3072: -- Get header details for given accounting event