DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKS_REV_DISTR_PUB

Line 1127: l_rev_tbl OKS_REV_DISTR_PUB.rdsv_tbl_type;

1123: x_return_status OUT NOCOPY VARCHAR2)
1124: IS
1125:
1126: ctr NUMBER :=1;
1127: l_rev_tbl OKS_REV_DISTR_PUB.rdsv_tbl_type;
1128: x_rev_tbl OKS_REV_DISTR_PUB.rdsv_tbl_type;
1129: l_return_status VARCHAR2(1);
1130: l_msg_count NUMBER;
1131: l_msg_data VARCHAR2(2000);

Line 1128: x_rev_tbl OKS_REV_DISTR_PUB.rdsv_tbl_type;

1124: IS
1125:
1126: ctr NUMBER :=1;
1127: l_rev_tbl OKS_REV_DISTR_PUB.rdsv_tbl_type;
1128: x_rev_tbl OKS_REV_DISTR_PUB.rdsv_tbl_type;
1129: l_return_status VARCHAR2(1);
1130: l_msg_count NUMBER;
1131: l_msg_data VARCHAR2(2000);
1132: l_api_version NUMBER := 1;

Line 1180: OKS_REV_DISTR_PUB.delete_Revenue_Distr(

1176: End Loop;
1177: /*
1178: If ctr > 1 then
1179: -- Delete the revenue accounting code if it already exists
1180: OKS_REV_DISTR_PUB.delete_Revenue_Distr(
1181: p_api_version => l_api_version,
1182: x_return_status => l_return_status,
1183: x_msg_count => l_msg_count,
1184: x_msg_data => l_msg_data,

Line 1191: OKS_REV_DISTR_PUB.insert_Revenue_Distr(

1187: */
1188: -- if ctr = 1 then this line didn't have a revenue distribution code.
1189: -- if ctr > 1
1190: If ctr = 1 then
1191: OKS_REV_DISTR_PUB.insert_Revenue_Distr(
1192: p_api_version => l_api_version,
1193: x_return_status => l_return_status,
1194: x_msg_count => l_msg_count,
1195: x_msg_data => l_msg_data,