DBA Data[Home] [Help]

APPS.OKC_PRICE_PVT dependencies on OKC_GOVERNANCES

Line 3060: from okc_governances

3056: -- Bug:2695614 Changes for Price Hold
3057: Begin
3058: select chr_id_referred
3059: into OKC_PRICE_PUB.G_CONTRACT_INFO.governing_contract_id
3060: from okc_governances
3061: where dnz_chr_id = p_chr_id
3062: and cle_id is null
3063: and rownum=1;
3064:

Line 3647: from okc_governances

3643: -- Bug:2695614 Changes for Price Hold
3644: Begin
3645: select chr_id_referred
3646: into OKC_PRICE_PUB.G_CONTRACT_INFO.governing_contract_id
3647: from okc_governances
3648: where dnz_chr_id = p_chr_id
3649: and cle_id =p_line_tbl(i).id
3650: and rownum=1;
3651: