DBA Data[Home] [Help]

APPS.RCV_RECEIPTS_QUERY_SV dependencies on MTL_KANBAN_CARDS

Line 533: mtl_kanban_cards MKC, --

529: hr_locations hlo,
530: po_lookup_codes polc,
531: po_requisition_lines PRL, --
532: po_req_distributions PRD, --
533: mtl_kanban_cards MKC, --
534: pjm_projects_all_v PPA, --
535: pa_tasks_expend_v PTE --
536: WHERE polc.lookup_type = 'RCV DESTINATION TYPE'
537: AND polc.lookup_code = NVL( rsl.destination_type_code, 'INVENTORY')

Line 1018: l_dummy1 MTL_KANBAN_CARDS.kanban_card_number%TYPE;

1014: x_oe_order_header_id IN NUMBER,
1015: x_oe_order_line_id IN NUMBER,
1016: x_from_org_id IN NUMBER DEFAULT NULL) IS
1017: /* create dummy variables just to store throw-away values */
1018: l_dummy1 MTL_KANBAN_CARDS.kanban_card_number%TYPE;
1019: l_dummy2 PJM_PROJECTS_ALL_V.project_number%TYPE;
1020: l_dummy3 PA_TASKS_EXPEND_V.task_number%TYPE;
1021: l_dummy4 GL_CODE_COMBINATIONS_KFV.concatenated_segments%TYPE;
1022: