DBA Data[Home] [Help]

APPS.JL_ZZ_RECEIV_INTERFACE dependencies on OE_INVOICE_PUB

Line 9: p_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type );

5: | PRIVATE FUNCTIONS/PROCEDURES |
6: *----------------------------------------------------------------------------*/
7:
8: PROCEDURE init_gdf (
9: p_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type );
10:
11: /*----------------------------------------------------------------------------*
12: | PUBLIC FUNCTIONS/PROCEDURES |
13: *----------------------------------------------------------------------------*/

Line 26: | p_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |

22: | table. |
23: | |
24: | PARAMETERS |
25: | INPUT |
26: | p_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
27: | Interface line record declared in OEXPINVS.pls|
28: | OUTPUT |
29: | x_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
30: | Interface line record declared in OEXPINVS.pls|

Line 29: | x_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |

25: | INPUT |
26: | p_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
27: | Interface line record declared in OEXPINVS.pls|
28: | OUTPUT |
29: | x_interface_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
30: | Interface line record declared in OEXPINVS.pls|
31: | x_error_buffer VARCHAR2 -- Error Message |
32: | x_return_code NUMBER -- Error Code. |
33: | 0 - Success, 2 - Failure. |

Line 45: p_interface_line_rec IN OE_Invoice_PUB.OE_GDF_Rec_Type,

41: | 31-AUG-2000 Satyadeep Chandrashekar Modified Bug 1395885 |
42: | 04-OCT-2008 Palaniyandi Kumaresan Modified for Brazilian SPED |
43: *----------------------------------------------------------------------------*/
44: PROCEDURE copy_gdff (
45: p_interface_line_rec IN OE_Invoice_PUB.OE_GDF_Rec_Type,
46: x_interface_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type,
47: x_return_code IN OUT NOCOPY NUMBER,
48: x_error_buffer IN OUT NOCOPY VARCHAR2) IS
49:

Line 46: x_interface_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type,

42: | 04-OCT-2008 Palaniyandi Kumaresan Modified for Brazilian SPED |
43: *----------------------------------------------------------------------------*/
44: PROCEDURE copy_gdff (
45: p_interface_line_rec IN OE_Invoice_PUB.OE_GDF_Rec_Type,
46: x_interface_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type,
47: x_return_code IN OUT NOCOPY NUMBER,
48: x_error_buffer IN OUT NOCOPY VARCHAR2) IS
49:
50: l_so_organization_id NUMBER(15);

Line 487: x_interface_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type,

483:
484: END copy_gdff;
485:
486: PROCEDURE copy_gdf (
487: x_interface_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type,
488: x_return_code IN OUT NOCOPY NUMBER,
489: x_error_buffer IN OUT NOCOPY VARCHAR2) IS
490:
491: l_so_organization_id NUMBER(15);

Line 1551: | p_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |

1547: | this procedure initializes global attribute columns used by LTE |
1548: | |
1549: | PARAMETERS |
1550: | INPUT |
1551: | p_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
1552: | Interface line record in copy_gdff/copy_gdf |
1553: | OUTPUT |
1554: | p_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
1555: | Interface line record in copy_gdff/copy_gdf |

Line 1554: | p_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |

1550: | INPUT |
1551: | p_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
1552: | Interface line record in copy_gdff/copy_gdf |
1553: | OUTPUT |
1554: | p_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
1555: | Interface line record in copy_gdff/copy_gdf |
1556: | |
1557: | |
1558: | HISTORY |

Line 1564: p_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type )

1560: | 28-NOV-2006 Phong La Created. |
1561: *----------------------------------------------------------------------------*/
1562:
1563: PROCEDURE init_gdf (
1564: p_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type )
1565: IS
1566: BEGIN
1567:
1568: p_line_rec.line_gdf_attribute8 := NULL;