DBA Data[Home] [Help]

APPS.OKL_INS_QUOTE_PVT dependencies on OKL_STREAMS_UTIL

Line 656: OKL_STREAMS_UTIL.get_primary_stream_type(p_ipyv_rec.khr_id,

652: END ;
653:
654: -- Cursor replaced with the call to get the stream type id, change made for insurance user defined streams, bug 3924300
655:
656: OKL_STREAMS_UTIL.get_primary_stream_type(p_ipyv_rec.khr_id,
657: 'INSURANCE_PAYABLE',
658: l_return_status,
659: p_stmv_rec.sty_id);
660:

Line 699: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );

695: THEN
696: OKL_DEBUG_PUB.LOG_DEBUG(
697: L_LEVEL_PROCEDURE
698: ,L_MODULE
699: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );
700: END IF;
701: l_return_status := Okl_Streams_Util.round_streams_amount(
702: p_api_version => p_api_version
703: ,p_init_msg_list => p_init_msg_list

Line 701: l_return_status := Okl_Streams_Util.round_streams_amount(

697: L_LEVEL_PROCEDURE
698: ,L_MODULE
699: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );
700: END IF;
701: l_return_status := Okl_Streams_Util.round_streams_amount(
702: p_api_version => p_api_version
703: ,p_init_msg_list => p_init_msg_list
704: ,x_msg_count => x_msg_count
705: ,x_msg_data => x_msg_data

Line 714: ,'End Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount');

710: THEN
711: OKL_DEBUG_PUB.LOG_DEBUG(
712: L_LEVEL_PROCEDURE
713: ,L_MODULE
714: ,'End Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount');
715: END IF;
716:
717: IF (l_return_status = OKC_API.G_RET_STS_UNEXP_ERROR)
718: THEN

Line 1067: OKL_STREAMS_UTIL.get_primary_stream_type(p_ipyv_rec.khr_id,

1063: BEGIN
1064: select OKL_SIF_SEQ.nextval INTO p_stmv_rec.transaction_number from dual;
1065:
1066: -- call to get the stream type id, change made for insurance user defined streams, bug 3924300
1067: OKL_STREAMS_UTIL.get_primary_stream_type(p_ipyv_rec.khr_id,
1068: 'INSURANCE_INCOME_ACCRUAL',
1069: l_return_status,
1070: p_stmv_rec.sty_id);
1071: IF (l_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN

Line 1144: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );

1140: THEN
1141: OKL_DEBUG_PUB.LOG_DEBUG(
1142: L_LEVEL_PROCEDURE
1143: ,L_MODULE
1144: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );
1145: END IF;
1146: l_return_status := Okl_Streams_Util.round_streams_amount(
1147: p_api_version => p_api_version
1148: ,p_init_msg_list => p_init_msg_list

Line 1146: l_return_status := Okl_Streams_Util.round_streams_amount(

1142: L_LEVEL_PROCEDURE
1143: ,L_MODULE
1144: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );
1145: END IF;
1146: l_return_status := Okl_Streams_Util.round_streams_amount(
1147: p_api_version => p_api_version
1148: ,p_init_msg_list => p_init_msg_list
1149: ,x_msg_count => x_msg_count
1150: ,x_msg_data => x_msg_data

Line 1159: ,'End Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount');

1155: THEN
1156: OKL_DEBUG_PUB.LOG_DEBUG(
1157: L_LEVEL_PROCEDURE
1158: ,L_MODULE
1159: ,'End Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount');
1160: END IF;
1161:
1162: IF (l_return_status = OKC_API.G_RET_STS_UNEXP_ERROR)
1163: THEN

Line 1306: OKL_STREAMS_UTIL.get_primary_stream_type(p_ipyv_rec.khr_id,

1302:
1303:
1304: -- call to get the stream type id, change made for insurance user defined streams, bug 3924300
1305:
1306: OKL_STREAMS_UTIL.get_primary_stream_type(p_ipyv_rec.khr_id,
1307: 'INSURANCE_INCOME_ACCRUAL',
1308: l_return_status,
1309: p_stmv_rec.sty_id);
1310: IF (l_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN

Line 1343: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );

1339: THEN
1340: OKL_DEBUG_PUB.LOG_DEBUG(
1341: L_LEVEL_PROCEDURE
1342: ,L_MODULE
1343: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );
1344: END IF;
1345: l_return_status := Okl_Streams_Util.round_streams_amount(
1346: p_api_version => p_api_version
1347: ,p_init_msg_list => p_init_msg_list

Line 1345: l_return_status := Okl_Streams_Util.round_streams_amount(

1341: L_LEVEL_PROCEDURE
1342: ,L_MODULE
1343: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );
1344: END IF;
1345: l_return_status := Okl_Streams_Util.round_streams_amount(
1346: p_api_version => p_api_version
1347: ,p_init_msg_list => p_init_msg_list
1348: ,x_msg_count => x_msg_count
1349: ,x_msg_data => x_msg_data

Line 1358: ,'End Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount');

1354: THEN
1355: OKL_DEBUG_PUB.LOG_DEBUG(
1356: L_LEVEL_PROCEDURE
1357: ,L_MODULE
1358: ,'End Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount');
1359: END IF;
1360:
1361: IF (l_return_status = OKC_API.G_RET_STS_UNEXP_ERROR)
1362: THEN

Line 1521: OKL_STREAMS_UTIL.get_primary_stream_type(p_khr_id,

1517:
1518: -- NEW
1519: -- Begin : changes for Insurance user defined streams, bug 3924300
1520:
1521: OKL_STREAMS_UTIL.get_primary_stream_type(p_khr_id,
1522: 'INSURANCE_EXPENSE_ACCRUAL',
1523: l_return_status,
1524: p_stmv_rec.sty_id);
1525:

Line 1579: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );

1575: THEN
1576: OKL_DEBUG_PUB.LOG_DEBUG(
1577: L_LEVEL_PROCEDURE
1578: ,L_MODULE
1579: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );
1580: END IF;
1581: l_return_status := Okl_Streams_Util.round_streams_amount(
1582: p_api_version => p_api_version
1583: ,p_init_msg_list => p_init_msg_list

Line 1581: l_return_status := Okl_Streams_Util.round_streams_amount(

1577: L_LEVEL_PROCEDURE
1578: ,L_MODULE
1579: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );
1580: END IF;
1581: l_return_status := Okl_Streams_Util.round_streams_amount(
1582: p_api_version => p_api_version
1583: ,p_init_msg_list => p_init_msg_list
1584: ,x_msg_count => x_msg_count
1585: ,x_msg_data => x_msg_data

Line 1594: ,'End Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount');

1590: THEN
1591: OKL_DEBUG_PUB.LOG_DEBUG(
1592: L_LEVEL_PROCEDURE
1593: ,L_MODULE
1594: ,'End Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount');
1595: END IF;
1596:
1597: IF (l_return_status = OKC_API.G_RET_STS_UNEXP_ERROR)
1598: THEN

Line 1742: OKL_STREAMS_UTIL.get_primary_stream_type(p_khr_id,

1738:
1739: -- Begin : changes for Insurance user defined streams, bug 3924300
1740: -- call to get the stream type id, change made for insurance user defined streams
1741:
1742: OKL_STREAMS_UTIL.get_primary_stream_type(p_khr_id,
1743: 'INSURANCE_EXPENSE_ACCRUAL',
1744: l_return_status,
1745: p_stmv_rec.sty_id);
1746:

Line 1779: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );

1775: THEN
1776: OKL_DEBUG_PUB.LOG_DEBUG(
1777: L_LEVEL_PROCEDURE
1778: ,L_MODULE
1779: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );
1780: END IF;
1781: l_return_status := Okl_Streams_Util.round_streams_amount(
1782: p_api_version => p_api_version
1783: ,p_init_msg_list => p_init_msg_list

Line 1781: l_return_status := Okl_Streams_Util.round_streams_amount(

1777: L_LEVEL_PROCEDURE
1778: ,L_MODULE
1779: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );
1780: END IF;
1781: l_return_status := Okl_Streams_Util.round_streams_amount(
1782: p_api_version => p_api_version
1783: ,p_init_msg_list => p_init_msg_list
1784: ,x_msg_count => x_msg_count
1785: ,x_msg_data => x_msg_data

Line 1794: ,'End Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount');

1790: THEN
1791: OKL_DEBUG_PUB.LOG_DEBUG(
1792: L_LEVEL_PROCEDURE
1793: ,L_MODULE
1794: ,'End Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount');
1795: END IF;
1796:
1797: IF (l_return_status = OKC_API.G_RET_STS_UNEXP_ERROR)
1798: THEN

Line 2732: OKL_STREAMS_UTIL.get_primary_stream_type(p_ipyv_rec.khr_id,

2728:
2729: -- Begin : changes for Insurance user defined streams, bug 3924300
2730: -- call to get the stream type id, change made for insurance user defined streams
2731:
2732: OKL_STREAMS_UTIL.get_primary_stream_type(p_ipyv_rec.khr_id,
2733: 'INSURANCE_RECEIVABLE',
2734: l_return_status,
2735: p_stmv_rec.sty_id);
2736:

Line 2802: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );

2798: THEN
2799: OKL_DEBUG_PUB.LOG_DEBUG(
2800: L_LEVEL_PROCEDURE
2801: ,L_MODULE
2802: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );
2803: END IF;
2804: l_return_status := Okl_Streams_Util.round_streams_amount(
2805: p_api_version => p_api_version
2806: ,p_init_msg_list => p_init_msg_list

Line 2804: l_return_status := Okl_Streams_Util.round_streams_amount(

2800: L_LEVEL_PROCEDURE
2801: ,L_MODULE
2802: ,'Begin Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount ' );
2803: END IF;
2804: l_return_status := Okl_Streams_Util.round_streams_amount(
2805: p_api_version => p_api_version
2806: ,p_init_msg_list => p_init_msg_list
2807: ,x_msg_count => x_msg_count
2808: ,x_msg_data => x_msg_data

Line 2817: ,'End Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount');

2813: THEN
2814: OKL_DEBUG_PUB.LOG_DEBUG(
2815: L_LEVEL_PROCEDURE
2816: ,L_MODULE
2817: ,'End Debug OKLRSULB.pls call Okl_Streams_Util.round_streams_amount');
2818: END IF;
2819:
2820: IF (l_return_status = OKC_API.G_RET_STS_UNEXP_ERROR)
2821: THEN

Line 6294: OKL_STREAMS_UTIL.get_primary_stream_type(p_ipyv_rec.khr_id,

6290: -- get Stream type
6291:
6292: -- Call to get the stream type id, change made for insurance user defined streams, bug 3924300
6293:
6294: OKL_STREAMS_UTIL.get_primary_stream_type(p_ipyv_rec.khr_id,
6295: 'INSURANCE_RECEIVABLE',
6296: l_return_status,
6297: p_sty_id);
6298:

Line 6529: OKL_STREAMS_UTIL.get_primary_stream_type(p_ipyv_rec.khr_id,

6525:
6526: -- GET stream type
6527: -- Cursor replaced with the call to get the stream type id, change made for insurance user defined streams, bug 3924300
6528:
6529: OKL_STREAMS_UTIL.get_primary_stream_type(p_ipyv_rec.khr_id,
6530: 'INSURANCE_PAYABLE',
6531: l_return_status,
6532: l_strm_type_id);
6533:

Line 7125: OKL_STREAMS_UTIL.get_primary_stream_type(l_ipyv_rec.khr_id,

7121:
7122: -- Activate Income Accrual Streams
7123:
7124: -- cursor fetch replaced with the call, change made for user defined streams, bug 3924300
7125: OKL_STREAMS_UTIL.get_primary_stream_type(l_ipyv_rec.khr_id,
7126: 'INSURANCE_INCOME_ACCRUAL',
7127: l_return_status,
7128: p_sty_id);
7129:

Line 7254: OKL_STREAMS_UTIL.get_primary_stream_type(l_ipyv_rec.khr_id,

7250:
7251: -- cursor fetch replaced with function call, change done for user defined streams, bug 3924300
7252:
7253:
7254: OKL_STREAMS_UTIL.get_primary_stream_type(l_ipyv_rec.khr_id,
7255: 'INSURANCE_EXPENSE_ACCRUAL',
7256: l_return_status,
7257: p_sty_id);
7258: