DBA Data[Home] [Help]

APPS.OKL_ART_PVT dependencies on OKX_SYSTEM_ITEMS_V

Line 1087: select 'x' from OKX_SYSTEM_ITEMS_V

1083:
1084: IS
1085:
1086: CURSOR l_imr_csr IS
1087: select 'x' from OKX_SYSTEM_ITEMS_V
1088: where ID1 = p_artv_rec.imr_id;
1089:
1090: l_dummy_var VARCHAR2(1) := '?';
1091: begin

Line 1112: p_token3_value => 'OKX_SYSTEM_ITEMS_V');

1108: p_token1_value => 'imr_id',
1109: p_token2 => G_CHILD_TABLE_TOKEN,
1110: p_token2_value => 'OKL_ASSET_RETURNS_V',
1111: p_token3 => G_PARENT_TABLE_TOKEN,
1112: p_token3_value => 'OKX_SYSTEM_ITEMS_V');
1113:
1114: -- notify caller of an error
1115: x_return_status := OKC_API.G_RET_STS_ERROR;
1116: END IF;