DBA Data[Home] [Help]

APPS.BOMPIMPL dependencies on BOM_COMMON_DEFINITIONS

Line 42: Bom_Common_Definitions.G_Bom_Init_SortCode,

38: item_id,
39: NULL,
40: 0,
41: -- '0000001',
42: Bom_Common_Definitions.G_Bom_Init_SortCode,
43: NULL,
44: NULL,
45: org_id,
46: sysdate,

Line 372: cat_sort := lpad(total_rows, Bom_Common_Definitions.G_Bom_SortCode_Width, '0');

368:
369: total_rows := total_rows + 1;
370:
371: -- cat_sort := lpad(total_rows, 7, '0');
372: cat_sort := lpad(total_rows, Bom_Common_Definitions.G_Bom_SortCode_Width, '0');
373:
374: impl_row.SC := impl_row.SC || cat_sort;
375:
376: INSERT INTO BOM_IMPLOSION_TEMP

Line 710: cat_sort := lpad(cum_count, Bom_Common_Definitions.G_Bom_SortCode_Width, '0');

706:
707: cum_count := cum_count + 1;
708:
709: -- cat_sort := lpad(cum_count, 7, '0');
710: cat_sort := lpad(cum_count, Bom_Common_Definitions.G_Bom_SortCode_Width, '0');
711:
712: impl_row.SC := impl_row.SC || cat_sort;
713:
714: INSERT INTO BOM_IMPLOSION_TEMP