DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_SHIP_CONFIRMATION_PUB

Line 1: PACKAGE BODY OE_Ship_Confirmation_Pub AS

1: PACKAGE BODY OE_Ship_Confirmation_Pub AS
2: /* $Header: OEXPSHCB.pls 120.21.12010000.5 2008/11/04 18:20:48 uphadtar ship $ */
3:
4:
5: -- Global constant holding the package name

Line 7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Ship_Confirmation_Pub';

3:
4:
5: -- Global constant holding the package name
6:
7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Ship_Confirmation_Pub';
8:
9: Type ship_confirm_models is table of NUMBER
10: index by binary_integer;
11:

Line 3155: l_line_set_rec OE_Ship_Confirmation_Pub.Ship_Line_Rec_Type;

3151: PROCEDURE Ship_Confirm_Split_Lines
3152: ( p_ship_line_rec IN OUT NOCOPY Ship_Line_Rec_Type
3153: ,p_index IN NUMBER)
3154: IS
3155: l_line_set_rec OE_Ship_Confirmation_Pub.Ship_Line_Rec_Type;
3156: l_return_status VARCHAR2(1);
3157: l_count NUMBER;
3158:
3159: /* MOAC_SQL_CHANGE */

Line 3316: ( p_ship_line_rec IN OUT NOCOPY OE_Ship_Confirmation_Pub.Ship_Line_Rec_Type

3312: /*-------------------------------------------------------------
3313: PROCEDURE Call_Ship_Confirm_Old
3314: --------------------------------------------------------------*/
3315: PROCEDURE Call_Ship_Confirm_Old
3316: ( p_ship_line_rec IN OUT NOCOPY OE_Ship_Confirmation_Pub.Ship_Line_Rec_Type
3317: ,p_index IN NUMBER
3318: ,x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2)
3319: IS
3320: l_line_tbl OE_ORDER_PUB.Line_Tbl_Type;

Line 5248: END OE_Ship_Confirmation_Pub;

5244: , p_data => x_msg_data
5245: );
5246: END ship_zero;
5247:
5248: END OE_Ship_Confirmation_Pub;