DBA Data[Home] [Help]

APPS.PO_PDOI_HEADER_PROCESS_PVT dependencies on GL_DAILY_CONVERSION_TYPES

Line 2046: FROM gl_daily_conversion_types

2042: INSERT INTO po_session_gt(key, num1, char1)
2043: SELECT p_key,
2044: p_index_tbl(i),
2045: conversion_type
2046: FROM gl_daily_conversion_types
2047: WHERE x_rate_type_code_tbl(i) IS NULL
2048: AND p_rate_type_tbl(i) IS NOT NULL
2049: AND user_conversion_type = p_rate_type_tbl(i);
2050: