DBA Data[Home] [Help]

APPS.OKL_AM_INVOICES_PVT dependencies on OKL_INTERNAL_BILLING_PVT

Line 957: -- Invoice header id will be assigned before calling Line creation call in 'okl_internal_billing_pvt'

953:
954: /* Begin - Bug#5874824 - Asset Remarketing Fix
955: -- Removed the mandatory check for Invoice Header Id in invoice lines table (p_tilv_tbl(i).tai_id)
956: -- Since the invoice header and lines will be created from the common billing API call
957: -- Invoice header id will be assigned before calling Line creation call in 'okl_internal_billing_pvt'
958: -- End - Bug#5874824 - Asset Remarketing Fix */
959:
960: IF NVL (p_tilv_tbl(i).sty_id, G_MISS_NUM) = G_MISS_NUM THEN
961: l_return_status := OKL_API.G_RET_STS_ERROR;

Line 1016: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'calling okl_internal_billing_pvt.create_billing_trx');

1012: END IF;
1013:
1014: l_taiv_rec.amount := p_pos_amount;
1015: IF (is_debug_statement_on) THEN
1016: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'calling okl_internal_billing_pvt.create_billing_trx');
1017: END IF;
1018:
1019:
1020:

Line 1038: okl_internal_billing_pvt.create_billing_trx(p_api_version => l_api_version,

1034:
1035:
1036: if bill_cpl_id is not null and bill_quote_type LIKE 'TER%' then
1037:
1038: okl_internal_billing_pvt.create_billing_trx(p_api_version => l_api_version,
1039: p_init_msg_list => OKL_API.G_FALSE,
1040: x_return_status => l_return_status, -- 6140786
1041: x_msg_count => l_msg_count,
1042: x_msg_data => l_msg_data,

Line 1052: okl_internal_billing_pvt.create_billing_trx(p_api_version => l_api_version,

1048: x_tldv_tbl => lx_tldv_tbl,
1049: p_cpl_id => bill_cpl_id); --sosharma
1050: else
1051:
1052: okl_internal_billing_pvt.create_billing_trx(p_api_version => l_api_version,
1053: p_init_msg_list => OKL_API.G_FALSE,
1054: x_return_status => l_return_status, -- 6140786
1055: x_msg_count => l_msg_count,
1056: x_msg_data => l_msg_data,

Line 1067: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'called okl_internal_billing_pvt.create_billing_trx , return status: ' || l_return_status);

1063: end if;
1064: --sosharma bug 10288332 end changes
1065:
1066: IF (is_debug_statement_on) THEN
1067: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'called okl_internal_billing_pvt.create_billing_trx , return status: ' || l_return_status);
1068: END IF;
1069:
1070: END IF;
1071:

Line 1093: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'calling okl_internal_billing_pvt.create_billing_trx');

1089: END IF;
1090:
1091: l_taiv_rec.amount := p_neg_amount;
1092: IF (is_debug_statement_on) THEN
1093: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'calling okl_internal_billing_pvt.create_billing_trx');
1094: END IF;
1095:
1096:
1097: --sosharma bug 10288332

Line 1113: okl_internal_billing_pvt.create_billing_trx(p_api_version => l_api_version,

1109:
1110:
1111: if bill_cpl_id is not null and bill_quote_type LIKE 'TER%' then
1112:
1113: okl_internal_billing_pvt.create_billing_trx(p_api_version => l_api_version,
1114: p_init_msg_list => OKL_API.G_FALSE,
1115: x_return_status => l_return_status, -- 6140786
1116: x_msg_count => l_msg_count,
1117: x_msg_data => l_msg_data,

Line 1127: okl_internal_billing_pvt.create_billing_trx(p_api_version => l_api_version,

1123: x_tldv_tbl => lx_tldv_tbl,
1124: p_cpl_id => bill_cpl_id); --sosharma
1125: else
1126:
1127: okl_internal_billing_pvt.create_billing_trx(p_api_version => l_api_version,
1128: p_init_msg_list => OKL_API.G_FALSE,
1129: x_return_status => l_return_status, -- 6140786
1130: x_msg_count => l_msg_count,
1131: x_msg_data => l_msg_data,

Line 1142: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'called okl_internal_billing_pvt.create_billing_trx , return status: ' || l_return_status);

1138: end if;
1139: --sosharma bug 10288332 end changes
1140:
1141: IF (is_debug_statement_on) THEN
1142: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'called okl_internal_billing_pvt.create_billing_trx , return status: ' || l_return_status);
1143: END IF;
1144: END IF;
1145: x_return_status := l_return_status;
1146: IF (is_debug_procedure_on) THEN