DBA Data[Home] [Help]

APPS.RCV_RECEIPTS_QUERY_SV dependencies on MTL_KANBAN_CARDS

Line 512: mtl_kanban_cards MKC, --

508: hr_locations hlo,
509: po_lookup_codes polc,
510: po_requisition_lines PRL, --
511: po_req_distributions PRD, --
512: mtl_kanban_cards MKC, --
513: pjm_projects_all_v PPA, --
514: pa_tasks_expend_v PTE --
515: WHERE polc.lookup_type = 'RCV DESTINATION TYPE'
516: AND polc.lookup_code = NVL( rsl.destination_type_code, 'INVENTORY')

Line 1016: l_dummy1 MTL_KANBAN_CARDS.kanban_card_number%TYPE;

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