DBA Data[Home] [Help]

APPS.GMF_VIB dependencies on GMF_LAYERS

Line 1003: p_tran_rec IN GMF_LAYERS.trans_rec_type,

999: */
1000: PROCEDURE Create_VIB_Details
1001: ( p_api_version IN NUMBER,
1002: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
1003: p_tran_rec IN GMF_LAYERS.trans_rec_type,
1004: p_layer_rec IN gmf_incoming_material_layers%ROWTYPE,
1005: x_return_status OUT NOCOPY VARCHAR2,
1006: x_msg_count OUT NOCOPY NUMBER,
1007: x_msg_data OUT NOCOPY VARCHAR2

Line 2662: GMF_LAYERS.log_message (

2658: CLOSE check_posted_close_events;
2659:
2660: IF (l_posted_count >= 1) THEN
2661:
2662: GMF_LAYERS.log_message (
2663: p_table_name => 'GMF_BATCH_VIB_DETAILS',
2664: p_procedure_name => 'Revert_Finalization',
2665: p_parameters => p_batch_id,
2666: p_message => l_posted_count||' Posted events exist. Batch Can not be Reopened.',

Line 2718: GMF_LAYERS.log_message (

2714: gme_debug.put_line ('Found Batch close event_id = '||l_event.event_id || ' Ledger_id= '||l_event.ledger_id);
2715: gme_debug.put_line ('deleting batch close events extract lines ');
2716: END IF;
2717:
2718: GMF_LAYERS.log_message (
2719: p_table_name => 'GMF_BATCH_VIB_DETAILS',
2720: p_procedure_name => 'Revert_Finalization',
2721: p_parameters => p_batch_id,
2722: p_message => ' Deleting event and extract data for Batch Close Event '||l_event.event_id,