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 473: x_interface_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type,

469:
470: END copy_gdff;
471:
472: PROCEDURE copy_gdf (
473: x_interface_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type,
474: x_return_code IN OUT NOCOPY NUMBER,
475: x_error_buffer IN OUT NOCOPY VARCHAR2) IS
476:
477: l_so_organization_id NUMBER(15);

Line 1430: | p_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |

1426: | this procedure initializes global attribute columns used by LTE |
1427: | |
1428: | PARAMETERS |
1429: | INPUT |
1430: | p_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
1431: | Interface line record in copy_gdff/copy_gdf |
1432: | OUTPUT |
1433: | p_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
1434: | Interface line record in copy_gdff/copy_gdf |

Line 1433: | p_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |

1429: | INPUT |
1430: | p_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
1431: | Interface line record in copy_gdff/copy_gdf |
1432: | OUTPUT |
1433: | p_line_rec OE_Invoice_PUB.OE_GDF_Rec_Type |
1434: | Interface line record in copy_gdff/copy_gdf |
1435: | |
1436: | |
1437: | HISTORY |

Line 1443: p_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type )

1439: | 28-NOV-2006 Phong La Created. |
1440: *----------------------------------------------------------------------------*/
1441:
1442: PROCEDURE init_gdf (
1443: p_line_rec IN OUT NOCOPY OE_Invoice_PUB.OE_GDF_Rec_Type )
1444: IS
1445: BEGIN
1446:
1447: p_line_rec.line_gdf_attribute8 := NULL;