DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKS_REV_DISTR_PUB

Line 1135: l_rev_tbl OKS_REV_DISTR_PUB.rdsv_tbl_type;

1131: x_return_status OUT NOCOPY VARCHAR2)
1132: IS
1133:
1134: ctr NUMBER :=1;
1135: l_rev_tbl OKS_REV_DISTR_PUB.rdsv_tbl_type;
1136: x_rev_tbl OKS_REV_DISTR_PUB.rdsv_tbl_type;
1137: l_return_status VARCHAR2(1);
1138: l_msg_count NUMBER;
1139: l_msg_data VARCHAR2(2000);

Line 1136: x_rev_tbl OKS_REV_DISTR_PUB.rdsv_tbl_type;

1132: IS
1133:
1134: ctr NUMBER :=1;
1135: l_rev_tbl OKS_REV_DISTR_PUB.rdsv_tbl_type;
1136: x_rev_tbl OKS_REV_DISTR_PUB.rdsv_tbl_type;
1137: l_return_status VARCHAR2(1);
1138: l_msg_count NUMBER;
1139: l_msg_data VARCHAR2(2000);
1140: l_api_version NUMBER := 1;

Line 1188: OKS_REV_DISTR_PUB.delete_Revenue_Distr(

1184: End Loop;
1185: /*
1186: If ctr > 1 then
1187: -- Delete the revenue accounting code if it already exists
1188: OKS_REV_DISTR_PUB.delete_Revenue_Distr(
1189: p_api_version => l_api_version,
1190: x_return_status => l_return_status,
1191: x_msg_count => l_msg_count,
1192: x_msg_data => l_msg_data,

Line 1199: OKS_REV_DISTR_PUB.insert_Revenue_Distr(

1195: */
1196: -- if ctr = 1 then this line didn't have a revenue distribution code.
1197: -- if ctr > 1
1198: If ctr = 1 then
1199: OKS_REV_DISTR_PUB.insert_Revenue_Distr(
1200: p_api_version => l_api_version,
1201: x_return_status => l_return_status,
1202: x_msg_count => l_msg_count,
1203: x_msg_data => l_msg_data,