DBA Data[Home] [Help]

PACKAGE: APPS.FV_CST_GL

Source


1 Package FV_CST_GL AUTHID CURRENT_USER as
2     -- $Header: FVCSTGLS.pls 115.0 2003/07/02 20:25:43 djhaimes noship $
3 --==============================================================
4 procedure CORRECT_GL_INTERFACE_ENTRIES (
5 		p_group_id        in  number,
6 		p_Receipt_id    	in  number,
7 		p_Deliver_id    	in  number);
8 
9 --          Purpose of Function
10 --
11 --          Given group id, rcv transaction id 1, rcv transaction id 2
12 --          select rows from gl interface with that group_id and a reference25
13 --          of transaction id 1 or 2 (receive or deliver) and an actual_flag
14 --          of 'A' (don't want to process encumbrance entries) delete two rows
15 --          with the same value in code_combination_id, one DR and one CR.
16 --          If more or less than  4 rows found, throw an exception
17 
18 
19 End  FV_CST_GL ;