DBA Data[Home] [Help]

APPS.JG_ZZ_OM_COMMON_PKG dependencies on OE_INVOICE_PUB

Line 21: | p_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |

17: | table. |
18: | |
19: | PARAMETERS |
20: | INPUT |
21: | p_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
22: | Interface line record declared in OEXPINVS.pls|
23: | OUTPUT |
24: | x_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
25: | Interface line record declared in OEXPINVS.pls|

Line 24: | x_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |

20: | INPUT |
21: | p_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
22: | Interface line record declared in OEXPINVS.pls|
23: | OUTPUT |
24: | x_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
25: | Interface line record declared in OEXPINVS.pls|
26: | x_error_buffer VARCHAR2 -- Error Message |
27: | x_return_code NUMBER -- Error Code. |
28: | 0 - Success, 2 - Failure. |

Line 36: p_interface_line_rec IN OE_Invoice_PUB.OE_GDF_Rec_Type,

32: | 24-JAN-2000 Harsh Takle Created. |
33: | 01-SEP-2000 Satyadeep Chandrashekar Added debug messages(bug 1395908) |
34: *----------------------------------------------------------------------------*/
35: PROCEDURE copy_gdff (
36: p_interface_line_rec IN OE_Invoice_PUB.OE_GDF_Rec_Type,
37: x_interface_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type,
38: x_return_code IN OUT NOCOPY NUMBER,
39: x_error_buffer IN OUT NOCOPY VARCHAR2) IS
40:

Line 37: x_interface_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type,

33: | 01-SEP-2000 Satyadeep Chandrashekar Added debug messages(bug 1395908) |
34: *----------------------------------------------------------------------------*/
35: PROCEDURE copy_gdff (
36: p_interface_line_rec IN OE_Invoice_PUB.OE_GDF_Rec_Type,
37: x_interface_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type,
38: x_return_code IN OUT NOCOPY NUMBER,
39: x_error_buffer IN OUT NOCOPY VARCHAR2) IS
40:
41: --

Line 151: | x_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |

147: | table. |
148: | |
149: | PARAMETERS |
150: | OUTPUT |
151: | x_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
152: | Interface line record declared in OEXPINVS.pls|
153: | x_error_buffer VARCHAR2 -- Error Message |
154: | x_return_code NUMBER -- Error Code. |
155: | 0 - Success, 2 - Failure. |

Line 161: PROCEDURE copy_gdf ( x_interface_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type,

157: | HISTORY |
158: | |
159: | 01-AUG-2001 Sudhir Sekuri Created. |
160: *----------------------------------------------------------------------------*/
161: PROCEDURE copy_gdf ( x_interface_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type,
162: x_return_code IN OUT NOCOPY NUMBER,
163: x_error_buffer IN OUT NOCOPY VARCHAR2) IS
164:
165: l_country_code VARCHAR2(2);