DBA Data[Home] [Help]

APPS.BOMPCEDC dependencies on BOMPCEDC

Line 1: package body BOMPCEDC as

1: package body BOMPCEDC as
2: /* $Header: BOMCEDCB.pls 115.0 99/07/16 05:11:00 porting ship $ */
3: /*============================================================================+
4: | Copyright (c) 1993 Oracle Corporation Belmont, California, USA |
5: | All rights reserved. |

Line 14: | BOMPCEDC.bomfcdec_ch_du_ext_config - Searches for a matching |

10: | DESCRIPTION : |
11: | This file creates packaged functions that check for |
12: | exsisting matching configurations. |
13: | |
14: | BOMPCEDC.bomfcdec_ch_du_ext_config - Searches for a matching |
15: | configuration in the Item/BOM/Rtg tables. |
16: | |
17: | It is called by BOMPCHDU.bomfchdu_check_dupl_config. |
18: | |

Line 46: end BOMPCEDC;

42: config_item_id := NULL;
43: return (1);
44: end;
45:
46: end BOMPCEDC;