DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on WSM_LOTATTR_PVT

Line 6633: fnd_file.put_line(fnd_file.log, 'Before Calling WSM_LotAttr_PVT.create_update_lotattr');

6629: /* LotAttr */
6630: l_stmt_num := 95;
6631: IF (g_mrp_debug='Y') THEN
6632: fnd_file.put_line(fnd_file.log,'p_wip_entity_id => ' || l_wip_entity_id || 'p_org_id =>' || l_organization_id || ' p_intf_txn_id =>' || l_transaction_id);
6633: fnd_file.put_line(fnd_file.log, 'Before Calling WSM_LotAttr_PVT.create_update_lotattr');
6634: END IF;
6635: WSM_LotAttr_PVT.create_update_lotattr(
6636: x_err_code => x_err_code,
6637: x_err_msg => x_error_msg,

Line 6635: WSM_LotAttr_PVT.create_update_lotattr(

6631: IF (g_mrp_debug='Y') THEN
6632: fnd_file.put_line(fnd_file.log,'p_wip_entity_id => ' || l_wip_entity_id || 'p_org_id =>' || l_organization_id || ' p_intf_txn_id =>' || l_transaction_id);
6633: fnd_file.put_line(fnd_file.log, 'Before Calling WSM_LotAttr_PVT.create_update_lotattr');
6634: END IF;
6635: WSM_LotAttr_PVT.create_update_lotattr(
6636: x_err_code => x_err_code,
6637: x_err_msg => x_error_msg,
6638: p_wip_entity_id => l_wip_entity_id,
6639: p_org_id => l_organization_id,

Line 6658: fnd_file.put_line(fnd_file.log, 'No Error reported from WSM_LotAttr_PVT.create_update_lotattr');

6654: END IF;
6655: GOTO inner_loop; /* go to get next entry */
6656: END IF;
6657: IF (g_mrp_debug='Y') THEN
6658: fnd_file.put_line(fnd_file.log, 'No Error reported from WSM_LotAttr_PVT.create_update_lotattr');
6659: END IF;
6660: /* Fixed bug #1560345 */
6661:
6662: l_stmt_num := 110;