DBA Data[Home] [Help]

APPS.JTF_FULFILLMENT_PUB dependencies on JTF_FULFILLMENT_PUB

Line 1: PACKAGE BODY JTF_Fulfillment_PUB AS

1: PACKAGE BODY JTF_Fulfillment_PUB AS
2: /* $Header: jtfgfmpb.pls 120.0 2005/05/11 08:14:40 appldev ship $ */
3: ------------------------------------------------------------------
4: -- Copyright (c) 1999 Oracle Corporation --
5: -- Redwood Shores, California, USA --

Line 9: -- JTF_Fulfillment_PUB

5: -- Redwood Shores, California, USA --
6: -- All rights reserved. --
7: ------------------------------------------------------------------
8: -- PACKAGE
9: -- JTF_Fulfillment_PUB
10: --
11: -- PURPOSE
12: -- Private API for Physical fulfillment.
13: --

Line 30: g_pkg_name CONSTANT VARCHAR2(30):='JTF_Fulfillment_PUB';

26: -- and insert into JTF_FM_request_history. Then inserts info of each deliverable
27: -- into JTF_FM_request_content. One order can have multiple collaterals.
28:
29: ------------------------------------------------------------
30: g_pkg_name CONSTANT VARCHAR2(30):='JTF_Fulfillment_PUB';
31:
32:
33: PROCEDURE create_fulfill_physical
34: (

Line 232: END JTF_Fulfillment_PUB;

228: p_data => x_msg_data,
229: p_encoded => Fnd_Api.G_FALSE
230: );
231: END create_fulfill_physical;
232: END JTF_Fulfillment_PUB;