DBA Data[Home] [Help]

APPS.AP_WEB_CREDIT_CARD_PKG dependencies on FND_GLOBAL

Line 131: l_user_id := fnd_global.user_id;

127: else
128: return -1;
129: end if;
130: exception when no_data_found then
131: l_user_id := fnd_global.user_id;
132: -- create a row in ap_cards_all and get card_id
133: insert into ap_cards_all (card_id,
134: card_program_id,
135: org_id,