DBA Data[Home] [Help]

APPS.POS_SBD_PKG dependencies on POS_ACNT_PAY_PREF_S

Line 2414: select POS_ACNT_PAY_PREF_S.nextval into l_payment_preference_id from dual;

2410: if l_payment_preference_id is null then
2411:
2412: l_step := 2;
2413:
2414: select POS_ACNT_PAY_PREF_S.nextval into l_payment_preference_id from dual;
2415: -- Create a row
2416:
2417: l_step:= 3;
2418:

Line 2455: update pos_acnt_pay_pref set

2451: else
2452:
2453: l_step := 4;
2454: -- Update the row
2455: update pos_acnt_pay_pref set
2456: last_update_date = sysdate
2457: , last_updated_by = fnd_global.user_id
2458: , last_update_login = fnd_global.login_id
2459: , payment_currency_code = p_payment_currency_code