DBA Data[Home] [Help]

APPS.PAY_PAYWSDAS_PKG dependencies on FF_DATABASE_ITEMS_TL

Line 24: from ff_database_items_tl dbitl

20: ) is
21: cursor csr_dbitl(p_operand_value in varchar2) is
22: select dbitl.user_name
23: , dbitl.user_entity_id
24: from ff_database_items_tl dbitl
25: where dbitl.translated_user_name = p_operand_value
26: ;
27: begin
28: --

Line 70: -- the tiny fraction of rows from ff_database_items_tl. The code can then

66: when no_data_found then
67: if ff_dbi_utils_pkg.translations_supported(p_legislation_code) then
68: --
69: -- For the translated database item case use a cursor FOR-loop to return
70: -- the tiny fraction of rows from ff_database_items_tl. The code can then
71: -- match against ff_database_items, ff_user_entities etc. more efficiently.
72: --
73: for dbitl in csr_dbitl(p_operand_value => p_operand_value) loop
74: begin