DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ADJUSTMENT_PROC dependencies on JMF_SHIKYU_ALLOCATION_PVT

Line 1049: l_available_replen_so_qty_tbl jmf_shikyu_allocation_pvt.g_replen_so_qty_tbl_type;

1045: IS
1046:
1047: l_api_name CONSTANT VARCHAR2(30) := 'adjust_positive';
1048:
1049: l_available_replen_so_qty_tbl jmf_shikyu_allocation_pvt.g_replen_so_qty_tbl_type;
1050: l_deallocated_rep_so_qty_tbl jmf_shikyu_allocation_pvt.g_allocation_qty_tbl_type;
1051: l_remaining_qty NUMBER;
1052:
1053: l_msg_count NUMBER;

Line 1050: l_deallocated_rep_so_qty_tbl jmf_shikyu_allocation_pvt.g_allocation_qty_tbl_type;

1046:
1047: l_api_name CONSTANT VARCHAR2(30) := 'adjust_positive';
1048:
1049: l_available_replen_so_qty_tbl jmf_shikyu_allocation_pvt.g_replen_so_qty_tbl_type;
1050: l_deallocated_rep_so_qty_tbl jmf_shikyu_allocation_pvt.g_allocation_qty_tbl_type;
1051: l_remaining_qty NUMBER;
1052:
1053: l_msg_count NUMBER;
1054: l_msg_data VARCHAR2(240);

Line 1089: jmf_shikyu_allocation_pvt.get_available_replenishment_so(p_api_version => 1.0

1085: ,g_module_prefix || l_api_name || '.begin'
1086: ,NULL);
1087: END IF;
1088:
1089: jmf_shikyu_allocation_pvt.get_available_replenishment_so(p_api_version => 1.0
1090: ,p_init_msg_list => NULL
1091: ,x_return_status => x_return_status
1092: ,x_msg_count => l_msg_count
1093: ,x_msg_data => l_msg_data

Line 1108: ,p_message => 'end of jmf_shikyu_allocation_pvt.get_available_replenishment_so, x_return_status:' || x_return_status

1104: JMF_SHIKYU_RPT_UTIL.debug_output
1105: (
1106: p_output_to => 'FND_LOG.STRING'
1107: ,p_api_name => G_MODULE_PREFIX || l_api_name
1108: ,p_message => 'end of jmf_shikyu_allocation_pvt.get_available_replenishment_so, x_return_status:' || x_return_status
1109: || ',x_remaining_qty:' || l_remaining_qty
1110: || ',x_msg_data:' || l_msg_data
1111: );
1112: -- **** for debug information in readonly UT environment.--- end ****

Line 1129: jmf_shikyu_allocation_pvt.allocate_quantity(p_api_version => 1.0

1125: -- **** for debug information in readonly UT environment.--- end ****
1126: RAISE g_not_enough_replen_exc;
1127: -- Allocate if there is not enough existing replenishments
1128: ELSE
1129: jmf_shikyu_allocation_pvt.allocate_quantity(p_api_version => 1.0
1130: ,p_init_msg_list => NULL
1131: ,x_return_status => x_return_status
1132: ,x_msg_count => l_msg_count
1133: ,x_msg_data => l_msg_data

Line 1144: ,p_message => 'end of jmf_shikyu_allocation_pvt.allocate_quantity, x_return_status:' || x_return_status

1140: JMF_SHIKYU_RPT_UTIL.debug_output
1141: (
1142: p_output_to => 'FND_LOG.STRING'
1143: ,p_api_name => G_MODULE_PREFIX || l_api_name
1144: ,p_message => 'end of jmf_shikyu_allocation_pvt.allocate_quantity, x_return_status:' || x_return_status
1145: || ',x_qty_allocated:' || l_qty_allocated
1146: || ',x_msg_data:' || l_msg_data
1147: );
1148: -- **** for debug information in readonly UT environment.--- end ****

Line 1172: jmf_shikyu_allocation_pvt.reduce_allocations(p_api_version => 1.0

1168: -- **** for debug information in readonly UT environment.--- end ****
1169: IF x_return_status <> FND_API.G_RET_STS_SUCCESS
1170: THEN
1171: --first reduce the allocation
1172: jmf_shikyu_allocation_pvt.reduce_allocations(p_api_version => 1.0
1173: ,p_init_msg_list => NULL
1174: ,x_return_status => x_return_status
1175: ,x_msg_count => l_msg_count --'x_msg_count'
1176: ,x_msg_data => l_msg_data --x_msg_data

Line 1392: l_deallocated_rep_so_qty_tbl jmf_shikyu_allocation_pvt.g_allocation_qty_tbl_type;

1388: IS
1389:
1390: l_api_name CONSTANT VARCHAR2(30) := 'adjust_negative';
1391:
1392: l_deallocated_rep_so_qty_tbl jmf_shikyu_allocation_pvt.g_allocation_qty_tbl_type;
1393: l_available_replen_so_qty_tbl jmf_shikyu_allocation_pvt.g_replen_so_qty_tbl_type;
1394:
1395: l_qty_allocated NUMBER;
1396: l_actual_reduced_qty NUMBER;

Line 1393: l_available_replen_so_qty_tbl jmf_shikyu_allocation_pvt.g_replen_so_qty_tbl_type;

1389:
1390: l_api_name CONSTANT VARCHAR2(30) := 'adjust_negative';
1391:
1392: l_deallocated_rep_so_qty_tbl jmf_shikyu_allocation_pvt.g_allocation_qty_tbl_type;
1393: l_available_replen_so_qty_tbl jmf_shikyu_allocation_pvt.g_replen_so_qty_tbl_type;
1394:
1395: l_qty_allocated NUMBER;
1396: l_actual_reduced_qty NUMBER;
1397: l_wip_consumed_qty NUMBER;

Line 1475: jmf_shikyu_allocation_pvt.reduce_allocations(p_api_version => 1.0

1471: -- raise exception
1472: RAISE g_wip_issued_less_alloc_exc;
1473: ELSE
1474: --first reduce the allocation
1475: jmf_shikyu_allocation_pvt.reduce_allocations(p_api_version => 1.0
1476: ,p_init_msg_list => NULL
1477: ,x_return_status => x_return_status
1478: ,x_msg_count => l_msg_count --'x_msg_count'
1479: ,x_msg_data => l_msg_data --x_msg_data

Line 1516: jmf_shikyu_allocation_pvt.get_available_replenishment_so(p_api_version => 1.0

1512: );
1513: -- **** for debug information in readonly UT environment.--- end ****
1514: IF x_return_status <> FND_API.G_RET_STS_SUCCESS
1515: THEN
1516: jmf_shikyu_allocation_pvt.get_available_replenishment_so(p_api_version => 1.0
1517: ,p_init_msg_list => NULL
1518: ,x_return_status => x_return_status
1519: ,x_msg_count => l_msg_count
1520: ,x_msg_data => l_msg_data

Line 1534: ,p_message => 'end of jmf_shikyu_allocation_pvt.get_available_replenishment_so, x_return_status:' || x_return_status

1530: JMF_SHIKYU_RPT_UTIL.debug_output
1531: (
1532: p_output_to => 'FND_LOG.STRING'
1533: ,p_api_name => G_MODULE_PREFIX || l_api_name
1534: ,p_message => 'end of jmf_shikyu_allocation_pvt.get_available_replenishment_so, x_return_status:' || x_return_status
1535: || ',x_remaining_qty:' || l_remaining_qty
1536: || ',x_msg_data:' || l_msg_data
1537: );
1538: -- **** for debug information in readonly UT environment.--- end ****

Line 1555: jmf_shikyu_allocation_pvt.allocate_quantity(p_api_version => 1.0

1551: -- **** for debug information in readonly UT environment.--- end ****
1552: RAISE g_not_enough_replen_exc;
1553: -- Allocate if there is not enough existing replenishments
1554: ELSE
1555: jmf_shikyu_allocation_pvt.allocate_quantity(p_api_version => 1.0
1556: ,p_init_msg_list => NULL
1557: ,x_return_status => x_return_status
1558: ,x_msg_count => l_msg_count
1559: ,x_msg_data => l_msg_data

Line 1570: ,p_message => 'end of jmf_shikyu_allocation_pvt.allocate_quantity, x_return_status:' || x_return_status

1566: JMF_SHIKYU_RPT_UTIL.debug_output
1567: (
1568: p_output_to => 'FND_LOG.STRING'
1569: ,p_api_name => G_MODULE_PREFIX || l_api_name
1570: ,p_message => 'end of jmf_shikyu_allocation_pvt.allocate_quantity, x_return_status:' || x_return_status
1571: || ',x_qty_allocated:' || l_qty_allocated
1572: || ',x_msg_data:' || l_msg_data
1573: );
1574: -- **** for debug information in readonly UT environment.--- end ****