DBA Data[Home] [Help]

APPS.OKL_UBB_INTEGRATION_PVT dependencies on OKS_BILL_SCH

Line 20: --SUBTYPE oks_StreamHdr_rec_type IS OKS_BILL_SCH.StreamHdr_type;

16: SUBTYPE oks_line_rec_type IS OKS_CONTRACTS_PUB.line_rec_type;
17: SUBTYPE oks_supp_line_rec_type IS OKS_CONTRACTS_PUB.line_rec_type;
18: SUBTYPE oks_covered_level_rec_type IS OKS_CONTRACTS_PUB.covered_level_rec_type;
19: SUBTYPE oks_pricing_attrb_rec_type IS OKS_CONTRACTS_PUB.pricing_attributes_type;
20: --SUBTYPE oks_StreamHdr_rec_type IS OKS_BILL_SCH.StreamHdr_type;
21: SUBTYPE oks_StreamLvl_tbl_type IS OKS_BILL_SCH.StreamLvl_tbl;
22:
23: SUBTYPE crjv_rec_type IS OKC_K_REL_OBJS_PUB.crjv_rec_type;
24: SUBTYPE cimv_rec_type IS OKC_CONTRACT_ITEM_PUB.cimv_rec_type;

Line 21: SUBTYPE oks_StreamLvl_tbl_type IS OKS_BILL_SCH.StreamLvl_tbl;

17: SUBTYPE oks_supp_line_rec_type IS OKS_CONTRACTS_PUB.line_rec_type;
18: SUBTYPE oks_covered_level_rec_type IS OKS_CONTRACTS_PUB.covered_level_rec_type;
19: SUBTYPE oks_pricing_attrb_rec_type IS OKS_CONTRACTS_PUB.pricing_attributes_type;
20: --SUBTYPE oks_StreamHdr_rec_type IS OKS_BILL_SCH.StreamHdr_type;
21: SUBTYPE oks_StreamLvl_tbl_type IS OKS_BILL_SCH.StreamLvl_tbl;
22:
23: SUBTYPE crjv_rec_type IS OKC_K_REL_OBJS_PUB.crjv_rec_type;
24: SUBTYPE cimv_rec_type IS OKC_CONTRACT_ITEM_PUB.cimv_rec_type;
25:

Line 797: x_oks_header_rec.end_date := p_header_rec.end_date; -- + 1; -- To match with OKS bill Schedule dates

793: x_return_status := OKC_API.G_RET_STS_SUCCESS;
794:
795: x_oks_header_rec.contract_number := p_header_rec.contract_number||'-OKL';
796: x_oks_header_rec.start_date := p_header_rec.start_date;
797: x_oks_header_rec.end_date := p_header_rec.end_date; -- + 1; -- To match with OKS bill Schedule dates
798: x_oks_header_rec.sts_code := 'ACTIVE'; --'SIGNED'; --'ENTERED'; --p_header_rec.sts_code;
799: x_oks_header_rec.scs_code := 'SERVICE'; --p_header_rec.scs_code;
800: x_oks_header_rec.authoring_org_id := p_header_rec.authoring_org_id;
801: x_oks_header_rec.short_description := p_header_rec.short_description;

Line 1646: l_streamhdr_rec oks_bill_sch.streamhdr_type;

1642: l_oks_strm_lvl oks_streamlvl_tbl_type;
1643: l_oks_contact_tbl oks_contact_tbl_type;
1644:
1645:
1646: l_streamhdr_rec oks_bill_sch.streamhdr_type;
1647: l_streamlvl_tbl oks_bill_sch.streamlvl_tbl;
1648:
1649: x_oks_usage_line_id NUMBER;
1650: x_oks_cp_line_id NUMBER;

Line 1647: l_streamlvl_tbl oks_bill_sch.streamlvl_tbl;

1643: l_oks_contact_tbl oks_contact_tbl_type;
1644:
1645:
1646: l_streamhdr_rec oks_bill_sch.streamhdr_type;
1647: l_streamlvl_tbl oks_bill_sch.streamlvl_tbl;
1648:
1649: x_oks_usage_line_id NUMBER;
1650: x_oks_cp_line_id NUMBER;
1651: x_oks_chr_id NUMBER;