DBA Data[Home] [Help]

APPS.PN_EXP_TO_AR dependencies on PNP_UTIL_FUNC

Line 219: ,''Y'', to_char(PNP_UTIL_FUNC.Get_Start_Date(ps.period_name,

215: TRUNC(pi.accounted_date), pi.rate,
216: pt.location_id, NVL(pld.send_entries, ''Y''),
217: pd.account_id as rec_account,
218: TO_DATE(DECODE(pt.inv_rule_id||pt.account_rule_id||cust_trx.post_to_gl
219: ,''Y'', to_char(PNP_UTIL_FUNC.Get_Start_Date(ps.period_name,
220: pn_mo_cache_utils.get_current_org_id)
221: , ''MM/DD/YYYY'')
222: ,NULL)
223: ,''MM/DD/YYYY'') as gl_date,

Line 226: ,DECODE(UPPER(PNP_UTIL_FUNC.check_conversion_type('''||l_func_curr_code||''',

222: ,NULL)
223: ,''MM/DD/YYYY'') as gl_date,
224: DECODE(UPPER('''||l_func_curr_code||''')
225: ,UPPER(pi.export_currency_code),1
226: ,DECODE(UPPER(PNP_UTIL_FUNC.check_conversion_type('''||l_func_curr_code||''',
227: pn_mo_cache_utils.get_current_org_id))
228: ,''USER'',pi.rate
229: ,NULL)) as conv_rate,
230: DECODE(UPPER('''||l_func_curr_code||''')

Line 232: ,PNP_UTIL_FUNC.check_conversion_type('''||l_func_curr_code||''',

228: ,''USER'',pi.rate
229: ,NULL)) as conv_rate,
230: DECODE(UPPER('''||l_func_curr_code||''')
231: ,UPPER(pi.export_currency_code),''User''
232: ,PNP_UTIL_FUNC.check_conversion_type('''||l_func_curr_code||''',
233: pn_mo_cache_utils.get_current_org_id)
234: ) as conv_rate_type,
235: pt.payment_purpose_code as payment_purpose,
236: pt.payment_term_type_code as payment_type,

Line 238: to_char(PNP_UTIL_FUNC.Get_Start_Date(ps.period_name,

234: ) as conv_rate_type,
235: pt.payment_purpose_code as payment_purpose,
236: pt.payment_term_type_code as payment_type,
237: TO_DATE(DECODE(rr.type||rr.frequency ,''ASPECIFIC'',NULL,
238: to_char(PNP_UTIL_FUNC.Get_Start_Date(ps.period_name,
239: pn_mo_cache_utils.get_current_org_id)
240: , ''MM/DD/YYYY''))
241: ,''MM/DD/YYYY'') as rule_gl_date,
242: ps.schedule_date as schedule_date

Line 2187: l_conv_rate_type := PNP_UTIL_FUNC.check_conversion_type(l_func_curr_code,

2183: l_conv_rate := 1;
2184: l_conv_rate_type := 'User';
2185:
2186: ELSE
2187: l_conv_rate_type := PNP_UTIL_FUNC.check_conversion_type(l_func_curr_code,
2188: pn_mo_cache_utils.get_current_org_id);
2189: IF UPPER(l_conv_rate_type) = 'USER' THEN
2190: l_conv_rate := v_pn_rate;
2191: ELSE

Line 2310: l_start_date := PNP_UTIL_FUNC.Get_Start_Date(v_pn_period_name,

2306:
2307: l_start_date := null;
2308: ELSE
2309:
2310: l_start_date := PNP_UTIL_FUNC.Get_Start_Date(v_pn_period_name,
2311: pn_mo_cache_utils.get_current_org_id);
2312: END IF;
2313:
2314: pnp_debug_pkg.put_log_msg('