DBA Data[Home] [Help]

APPS.CTO_UPDATE_CONFIGS_PK dependencies on BOM_CTO_ORDER_LINES

Line 29: TYPE BCOL_TAB is TABLE of bom_cto_order_lines%rowtype index by binary_integer;

25: +-----------------------------------------------------------------------------*/
26:
27: BAC_PROGRAM_ID NUMBER := 99;
28: G_BATCH_SIZE NUMBER := 100;
29: TYPE BCOL_TAB is TABLE of bom_cto_order_lines%rowtype index by binary_integer;
30: gDebugLevel NUMBER := to_number(nvl(FND_PROFILE.value('ONT_DEBUG_LEVEL'),0));
31:
32: /***********************************************************************
33: This procedure is called by the Update Existing Configurations batch

Line 109: p_bcol_line_id in bom_cto_order_lines.line_id%type,

105:
106:
107: PROCEDURE populate_parent_ato(
108: p_t_bcol in out NOCOPY bcol_tab,
109: p_bcol_line_id in bom_cto_order_lines.line_id%type,
110: x_return_status OUT NOCOPY varchar2);
111:
112:
113: PROCEDURE contiguous_to_sparse_bcol(