DBA Data[Home] [Help]

APPS.PO_PDOI_HEADER_PROCESS_PVT dependencies on GL_DAILY_CONVERSION_TYPES

Line 2555: FROM gl_daily_conversion_types

2551: INSERT INTO po_session_gt(key, num1, char1)
2552: SELECT p_key,
2553: p_index_tbl(i),
2554: conversion_type
2555: FROM gl_daily_conversion_types
2556: WHERE x_rate_type_code_tbl(i) IS NULL
2557: AND p_rate_type_tbl(i) IS NOT NULL
2558: AND user_conversion_type = p_rate_type_tbl(i);
2559: