DBA Data[Home] [Help]

APPS.AP_WEB_CREDIT_CARD_PKG dependencies on FND_GLOBAL

Line 121: l_user_id := fnd_global.user_id;

117: else
118: return -1;
119: end if;
120: exception when no_data_found then
121: l_user_id := fnd_global.user_id;
122: -- create a row in ap_cards_all and get card_id
123: insert into ap_cards_all (card_id,
124: card_program_id,
125: org_id,