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 365: cat_sort := lpad(total_rows, Bom_Common_Definitions.G_Bom_SortCode_Width, '0');

361:
362: total_rows := total_rows + 1;
363:
364: -- cat_sort := lpad(total_rows, 7, '0');
365: cat_sort := lpad(total_rows, Bom_Common_Definitions.G_Bom_SortCode_Width, '0');
366:
367: impl_row.SC := impl_row.SC || cat_sort;
368:
369: INSERT INTO BOM_IMPLOSION_TEMP

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

693:
694: cum_count := cum_count + 1;
695:
696: -- cat_sort := lpad(cum_count, 7, '0');
697: cat_sort := lpad(cum_count, Bom_Common_Definitions.G_Bom_SortCode_Width, '0');
698:
699: impl_row.SC := impl_row.SC || cat_sort;
700:
701: INSERT INTO BOM_IMPLOSION_TEMP