DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKS_COVERAGES_PUB

Line 79: --| OKS_COVERAGES_PUB | | | | | |X |

75: --| OKS_K_SALES_CREDITS | | X | | | | |
76: --+---------------------------------+---+---+---+---+---+----------------------+
77: --| CS_CTR_ASSOCIATIONS | X | | | | | |
78: --+---------------------------------+---+---+---+---+---+----------------------+
79: --| OKS_COVERAGES_PUB | | | | | |X |
80: --+---------------------------------+---+---+---+---+---+----------------------+
81: --| OKC_INST_CND_PUB | | | | | |X |
82: --+---------------------------------+---+---+---+---+---+----------------------+
83: --| OKC_K_LINES_B | X | X | X | | | |

Line 3353: l_cov_rec oks_coverages_pub.ac_rec_type;

3349: l_msg_count NUMBER;
3350: l_msg_data VARCHAR2 (2000);
3351: l_return_status VARCHAR2 (1) := 'S';
3352: --Coverage
3353: l_cov_rec oks_coverages_pub.ac_rec_type;
3354: l_coverage_id NUMBER;
3355: l_ctr_grpid NUMBER;
3356: l_ctr_grp_id_template NUMBER;
3357: l_ctr_grp_id_instance NUMBER;

Line 4671: Oks_coverages_pub.create_adjusted_coverage(

4667: fnd_file.put_line(fnd_file.log,'org'||okc_context.get_okc_org_id);
4668: fnd_file.put_line(fnd_file.log,'organization'||okc_context.get_okc_organization_id);
4669:
4670:
4671: Oks_coverages_pub.create_adjusted_coverage(
4672: p_api_version => 1.0,
4673: p_init_msg_list => okc_api.g_false,
4674: x_return_status => l_return_status,
4675: x_msg_count => x_msg_count,