DBA Data[Home] [Help]

APPS.OKL_RCT_PVT dependencies on FND_CURRENCIES

Line 934: FROM fnd_currencies

930: x_return_status OUT NOCOPY VARCHAR2) IS
931:
932: CURSOR l_currency_code_csr IS
933: SELECT '1'
934: FROM fnd_currencies
935: WHERE currency_code = p_rctv_rec.currency_code;
936:
937: l_dummy_var VARCHAR2(1):='0';
938:

Line 957: --check FK Relation with fnd_currencies

953: RAISE G_EXCEPTION_HALT_VALIDATION;
954: END IF;
955: */
956:
957: --check FK Relation with fnd_currencies
958: OPEN l_currency_code_csr;
959: FETCH l_currency_code_csr INTO l_dummy_var;
960: CLOSE l_currency_code_csr;
961:

Line 974: p_token3_value => 'FND_CURRENCIES');

970: p_token1_value => 'CURRENCY_CODE',
971: p_token2 => G_CHILD_TABLE_TOKEN,
972: p_token2_value => G_VIEW,
973: p_token3 => G_PARENT_TABLE_TOKEN,
974: p_token3_value => 'FND_CURRENCIES');
975:
976: RAISE G_EXCEPTION_HALT_VALIDATION;
977: END IF;
978: