DBA Data[Home] [Help]

APPS.BOM_IMPLODER_PUB dependencies on BOM_IMPLODER_PUB

Line 1: package body bom_imploder_pub as

1: package body bom_imploder_pub as
2: /* $Header: BOMPIMPB.pls 120.13.12010000.2 2008/09/26 12:48:36 rmpartha ship $ */
3:
4: /*==========================================================================+
5: | Copyright (c) 1993 Oracle Corporation Belmont, California, USA |

Line 9: | File Name : bom_imploder_pub.sql |

5: | Copyright (c) 1993 Oracle Corporation Belmont, California, USA |
6: | All rights reserved. |
7: +===========================================================================+
8: | |
9: | File Name : bom_imploder_pub.sql |
10: | DESCRIPTION : This file is a packaged procedure for the imploders.
11: | This package contains 2 different imploders for the
12: | single level and multi level implosion. The package
13: | imploders calls the correct imploder based on the

Line 1472: bom_imploder_pub.implosion_cad(sequence_id,eng_mfg_flag,t_org_code_list(I),

1468: ,NULL
1469: ,NULL
1470: ,-1 -- set the basis type to -1 for displaying blank value for header row
1471: );
1472: bom_imploder_pub.implosion_cad(sequence_id,eng_mfg_flag,t_org_code_list(I),
1473: impl_flag, display_option, levels_to_implode, impl_date,
1474: unit_number_from, unit_number_to,
1475: a_err_msg, a_err_code, serial_number_from, serial_number_to,
1476: struct_name, revision);

Line 1714: END bom_imploder_pub;

1710: used_in_structure := 'T';
1711: END IF;
1712: END imploder_userexit;
1713:
1714: END bom_imploder_pub;