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.5 2010/02/04 07:34:11 maychen 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 1480: bom_imploder_pub.implosion_cad(sequence_id,eng_mfg_flag,t_org_code_list(I),

1476: ,NULL
1477: ,NULL
1478: ,-1 -- set the basis type to -1 for displaying blank value for header row
1479: );
1480: bom_imploder_pub.implosion_cad(sequence_id,eng_mfg_flag,t_org_code_list(I),
1481: impl_flag, display_option, levels_to_implode, impl_date,
1482: unit_number_from, unit_number_to,
1483: a_err_msg, a_err_code, serial_number_from, serial_number_to,
1484: struct_name, revision);

Line 1722: END bom_imploder_pub;

1718: used_in_structure := 'T';
1719: END IF;
1720: END imploder_userexit;
1721:
1722: END bom_imploder_pub;