DBA Data[Home] [Help]

APPS.OKE_CLE_PVT dependencies on MTL_CUSTOMER_ITEMS

Line 86: from mtl_customer_items item

82: ) IS
83:
84: CURSOR l_csr IS
85: select 'x'
86: from mtl_customer_items item
87: where item.customer_item_id = p_cle_rec.customer_item_id;
88:
89: CURSOR get_intent IS
90: SELECT BUY_OR_SELL FROM

Line 128: p_token3_value => 'MTL_CUSTOMER_ITEMS');

124: p_token1_value => 'CUSTOMER_ITEM_ID',
125: p_token2 => g_child_table_token,
126: p_token2_value => G_VIEW,
127: p_token3 => g_parent_table_token,
128: p_token3_value => 'MTL_CUSTOMER_ITEMS');
129: -- notify caller of an error
130: x_return_status := OKE_API.G_RET_STS_ERROR;
131: End If;
132: