DBA Data[Home] [Help]

APPS.FLM_RECEIPT_PUB dependencies on FLM_KANBAN_CUSTOM_PKG

Line 837: 'Before FLM_KANBAN_CUSTOM_PKG.receive_supplier_hook');

833:
834: IF FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
835: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
836: l_log_module || '.receive_supplier_hook',
837: 'Before FLM_KANBAN_CUSTOM_PKG.receive_supplier_hook');
838: END IF;
839:
840: FLM_KANBAN_CUSTOM_PKG.receive_supplier_hook
841: ( p_kanban_card_id => p_kanban_card_id,

Line 840: FLM_KANBAN_CUSTOM_PKG.receive_supplier_hook

836: l_log_module || '.receive_supplier_hook',
837: 'Before FLM_KANBAN_CUSTOM_PKG.receive_supplier_hook');
838: END IF;
839:
840: FLM_KANBAN_CUSTOM_PKG.receive_supplier_hook
841: ( p_kanban_card_id => p_kanban_card_id,
842: p_po_header_id => l_rcv_details_rec.po_header_id,
843: p_po_distribution_id => l_rcv_details_rec.po_distribution_id,
844: p_receipt_quantity => p_receipt_quantity,

Line 1369: 'Before FLM_KANBAN_CUSTOM_PKG.receive_interorg_hook');

1365:
1366: IF FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1367: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
1368: l_log_module || '.receive_interorg_hook',
1369: 'Before FLM_KANBAN_CUSTOM_PKG.receive_interorg_hook');
1370: END IF;
1371:
1372: FLM_KANBAN_CUSTOM_PKG.receive_interorg_hook
1373: ( p_kanban_card_id => p_kanban_card_id,

Line 1372: FLM_KANBAN_CUSTOM_PKG.receive_interorg_hook

1368: l_log_module || '.receive_interorg_hook',
1369: 'Before FLM_KANBAN_CUSTOM_PKG.receive_interorg_hook');
1370: END IF;
1371:
1372: FLM_KANBAN_CUSTOM_PKG.receive_interorg_hook
1373: ( p_kanban_card_id => p_kanban_card_id,
1374: p_shipment_header_id => l_ship_line_rec.shipment_header_id,
1375: p_shipment_line_id => l_ship_line_rec.shipment_line_id,
1376: p_receipt_quantity => p_receipt_quantity,