DBA Data[Home] [Help]

APPS.CTO_WIP_WORKFLOW_API_PK dependencies on WIP_FLOW_SCHEDULES

Line 333: -- bugfix 1799874 : as per adrian suherman, we need not worry about internal SO for wip_flow_schedules.

329: inv_reservation_global.g_source_type_oe ) -- bugfix 1799874
330: and demand_source_line_id = order_line_id
331: and primary_reservation_quantity > 0;
332:
333: -- bugfix 1799874 : as per adrian suherman, we need not worry about internal SO for wip_flow_schedules.
334:
335:
336: v_counter2 := 0;
337:

Line 348: from wip_flow_schedules

344: select 1
345: into v_counter2
346: from dual
347: where exists(select 'x'
348: from wip_flow_schedules
349: where demand_source_type = 2
350: and demand_source_line = to_char(order_line_id)); --Bugfix 6330114
351: Exception when no_data_found then
352: v_counter2 := 0;

Line 620: -- bugfix 1799874 : as per adrian suherman, we need not worry about internal SO for wip_flow_schedules.

616: inv_reservation_global.g_source_type_oe ) -- bugfix 1799874
617: and demand_source_line_id = order_line_id
618: and primary_reservation_quantity > 0;
619:
620: -- bugfix 1799874 : as per adrian suherman, we need not worry about internal SO for wip_flow_schedules.
621:
622: v_counter2 := 0;
623:
624: -- bug 3840900. rkaza. 08/18/2004. select count(*) logic

Line 632: from wip_flow_schedules

628: select 1
629: into v_counter2
630: from dual
631: where exists(select 'x'
632: from wip_flow_schedules
633: where demand_source_type = 2
634: and demand_source_line = to_char(order_line_id)); --Bugfix 6330114
635: Exception when no_data_found then
636: v_counter2 := 0;