DBA Data[Home] [Help]

APPS.FLM_EKB_UNMOVED_CARDS dependencies on FLM_EKB_RUN_DETAILS

Line 366: from flm_ekb_run_details

362:
363:
364: select count(*)
365: into l_row_count
366: from flm_ekb_run_details
367: where organization_id = p_organization_id;
368:
369: if l_row_count = 0 then
370: insert into flm_ekb_run_details(

Line 370: insert into flm_ekb_run_details(

366: from flm_ekb_run_details
367: where organization_id = p_organization_id;
368:
369: if l_row_count = 0 then
370: insert into flm_ekb_run_details(
371: Organization_id,
372: Actual_demand_run_date,
373: Last_demand_request_id,
374: Lead_time_run_date,

Line 404: Update flm_ekb_run_details

400: );
401:
402: else
403:
404: Update flm_ekb_run_details
405: set Unmoved_cards_run_date = sysdate,
406: Last_Unmoved_cards_request_id = G_REQUEST_ID,
407: last_updated_by = G_USER_ID,
408: last_update_date = sysdate,