[Home] [Help]
1: PACKAGE BODY OE_Ship_Confirmation_Pub AS
2: /* $Header: OEXPSHCB.pls 120.47.12020000.12 2013/04/09 08:02:22 spothula ship $ */
3:
4:
5: -- Global constant holding the package name
3:
4:
5: -- Global constant holding the package name
6:
7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Ship_Confirmation_Pub';
8: G_SKIP_SHIP VARCHAR2(30) := OE_GLOBALS.G_COMPLETE_ACTIVITY; -- Bug 10032407
9:
10: Type ship_confirm_models is table of NUMBER
11: index by binary_integer;
3329: PROCEDURE Ship_Confirm_Split_Lines
3330: ( p_ship_line_rec IN OUT NOCOPY Ship_Line_Rec_Type
3331: ,p_index IN NUMBER)
3332: IS
3333: l_line_set_rec OE_Ship_Confirmation_Pub.Ship_Line_Rec_Type;
3334: l_return_status VARCHAR2(1);
3335: l_count NUMBER;
3336:
3337: /* MOAC_SQL_CHANGE */
3493: /*-------------------------------------------------------------
3494: PROCEDURE Call_Ship_Confirm_Old
3495: --------------------------------------------------------------*/
3496: PROCEDURE Call_Ship_Confirm_Old
3497: ( p_ship_line_rec IN OUT NOCOPY OE_Ship_Confirmation_Pub.Ship_Line_Rec_Type
3498: ,p_index IN NUMBER
3499: ,x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2)
3500: IS
3501: l_line_tbl OE_ORDER_PUB.Line_Tbl_Type;
5624: , p_data => x_msg_data
5625: );
5626: END ship_zero;
5627:
5628: END OE_Ship_Confirmation_Pub;