DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on MTL_KANBAN_CARDS

Line 70: mtl_kanban_cards mkc --

66: l_code_combination_id --
67: from po_distributions pod,
68: po_lookup_codes plc,
69: mtl_supply ms,
70: mtl_kanban_cards mkc --
71: where ms.supply_type_code = 'RECEIVING'
72: and ms.supply_source_id = x_rcv_transaction_id
73: and pod.po_distribution_id = ms.po_distribution_id
74: and plc.lookup_type = 'RCV DESTINATION TYPE'

Line 1111: l_po_kanban_card_number MTL_KANBAN_CARDS.kanban_card_number%TYPE;

1107: X_project_id NUMBER ; -- bug 1662321
1108: X_task_id NUMBER ; -- bug 1662321
1109:
1110: --
1111: l_po_kanban_card_number MTL_KANBAN_CARDS.kanban_card_number%TYPE;
1112: l_po_project_number PJM_PROJECTS_ALL_V.project_number%TYPE;
1113: l_po_task_number PA_TASKS_EXPEND_V.task_number%TYPE;
1114: l_po_charge_account GL_CODE_COMBINATIONS_KFV.concatenated_segments%TYPE;
1115: --