DBA Data[Home] [Help]

APPS.GR_EXPLOSIONS dependencies on GR_EXPLOSIONS

Line 1: PACKAGE BODY GR_EXPLOSIONS AS

1: PACKAGE BODY GR_EXPLOSIONS AS
2: /*$Header: GRPXPLNB.pls 120.5 2006/05/17 07:32:32 pbamb noship $*/
3: /*
4: **
5: ** The procedure starts by checking the API version and the input variables, then

Line 44: /*L_EXPLOSION_LIST GR_EXPLOSIONS.t_explosion_list;*/

40:
41: /*
42: ** Datastructures
43: */
44: /*L_EXPLOSION_LIST GR_EXPLOSIONS.t_explosion_list;*/
45:
46: /*
47: ** Alpha Variables
48: */

Line 1342: x_explosion_list OUT NOCOPY GR_EXPLOSIONS.t_explosion_list,

1338: p_api_version IN NUMBER,
1339: p_organization_id NUMBER,
1340: p_inventory_item_id IN NUMBER,
1341: p_session_id IN NUMBER,
1342: x_explosion_list OUT NOCOPY GR_EXPLOSIONS.t_explosion_list,
1343: x_return_status OUT NOCOPY VARCHAR2,
1344: x_msg_count OUT NOCOPY NUMBER,
1345: x_msg_data OUT NOCOPY VARCHAR2)
1346: IS

Line 1526: END GR_EXPLOSIONS;

1522: x_recipe_vers := g_recipe_vers;
1523:
1524: END OPM_MSDS_Formula_With_IDS;
1525:
1526: END GR_EXPLOSIONS;