DBA Data[Home] [Help]

APPS.BOMPIINQ dependencies on BOMPIINQ

Line 1: package body bompiinq as

1: package body bompiinq as
2: /* $Header: BOMIINQB.pls 120.2.12000000.2 2007/06/28 10:10:29 venugala ship $ */
3:
4: /*==========================================================================+
5: | Copyright (c) 1993 Oracle Corporation Belmont, California, USA |

Line 9: | File Name : BOMPIINQ.sql |

5: | Copyright (c) 1993 Oracle Corporation Belmont, California, USA |
6: | All rights reserved. |
7: +===========================================================================+
8: | |
9: | File Name : BOMPIINQ.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 245: bompiinq.implosion(sequence_id,eng_mfg_flag,t_org_code_list(I),

241: AND ORGANIZATION_ID = t_org_code_list(I)
242: )
243: );
244:
245: bompiinq.implosion(sequence_id,eng_mfg_flag,t_org_code_list(I),
246: impl_flag, display_option, levels_to_implode, impl_date,
247: unit_number_from, unit_number_to,
248: a_err_msg, a_err_code, serial_number_from, serial_number_to);
249:

Line 1574: END bompiinq;

1570: error_code := SQLCODE;
1571: err_msg := substrb(SQLERRM, 1, 80);
1572: END ml_imploder;
1573:
1574: END bompiinq;