DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_RULES dependencies on FND_NUMBER

Line 171: l_scr_value_table(3) := nvl(fnd_number.number_to_canonical(p_percentage_time),'0');

167: /* Store screen entry value in the table */
168:
169: l_scr_value_table(1) := null;
170: l_scr_value_table(2) := p_jurisdiction_code;
171: l_scr_value_table(3) := nvl(fnd_number.number_to_canonical(p_percentage_time),'0');
172:
173: /* assign the parameters to local variables because the element entry procedures
174: expect them to be in out parameters */
175:

Line 6150: select fnd_number.canonical_to_number(UE.creator_id)

6146: and b.soft_coding_keyflex_id = a.soft_coding_keyflex_id
6147: and p_session_date between b.effective_start_date and b.effective_end_date ;
6148:
6149: cursor c_defined_balance_id(p_dbi_name in varchar2) is
6150: select fnd_number.canonical_to_number(UE.creator_id)
6151: from ff_user_entities UE,
6152: ff_database_items DI
6153: where DI.user_name = p_dbi_name --'SUI_ER_TAXABLE_PER_JD_GRE_YTD'
6154: and UE.user_entity_id = DI.user_entity_id