DBA Data[Home] [Help]

APPS.FLM_KANBAN_PURGE dependencies on FLM_KANBAN_PURGE_TEMP

Line 58: INSERT INTO flm_kanban_purge_temp

54:
55: l_stmt_num := 220;
56:
57: if (l_record_count <> 0) then
58: INSERT INTO flm_kanban_purge_temp
59: (organization_id,
60: item_id,
61: subinventory_code,
62: locator_id,

Line 91: INSERT INTO flm_kanban_purge_temp(

87:
88: l_stmt_num := 240;
89:
90: if (l_record_count <> 0) then
91: INSERT INTO flm_kanban_purge_temp(
92: organization_id,
93: item_id,
94: subinventory_code,
95: locator_id,

Line 221: INSERT INTO flm_kanban_purge_temp

217: AND pull_sequence_id = arg_pull_seq_id );
218:
219: if (l_records_found <> 0) then
220:
221: INSERT INTO flm_kanban_purge_temp
222: (organization_id,
223: item_id,
224: subinventory_code,
225: locator_id,

Line 252: INSERT INTO flm_kanban_purge_temp

248: AND nvl(locator_id,-1) = nvl(arg_loc_id,-1) ;
249:
250: l_stmt_num := 360;
251:
252: INSERT INTO flm_kanban_purge_temp
253: (organization_id,
254: item_id,
255: subinventory_code,
256: locator_id,