DBA Data[Home] [Help]

APPS.OKC_CONTRACT_SEQ_PVT dependencies on OKX_ORGANIZATION_DEFS_V

Line 283: l_set_of_books_id okx_organization_defs_v.set_of_books_id%TYPE;

279: l_lsqv_rec lsqv_rec_type := p_lsqv_rec;
280: l_seq number;
281: l_docseq_name fnd_document_sequences.name%TYPE;
282: l_doc_sequence_id fnd_document_sequences.doc_sequence_id%TYPE;
283: l_set_of_books_id okx_organization_defs_v.set_of_books_id%TYPE;
284: l_return_status VARCHAR2(1);
285: l_row_notfound Boolean;
286: --
287: -- AOL sequence need not be created if the prefix and the suffix

Line 315: from okx_organization_defs_v

311: -- cursor to get the set of books id
312: --
313: cursor c3(p_id IN NUMBER) is
314: select set_of_books_id
315: from okx_organization_defs_v
316: where id1= p_id
317: and organization_type = 'OPERATING_UNIT'
318: and information_type = 'Operating Unit Information';
319: