DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_PVT dependencies on FND_GLOBAL

Line 1010: l_payment_types_rec.created_by := FND_GLOBAL.USER_ID;

1006: := l_header_rec.credit_card_holder_name;
1007: l_payment_types_rec.credit_card_expiration_date
1008: := l_header_rec.credit_card_expiration_date;
1009: l_payment_types_rec.creation_date := SYSDATE;
1010: l_payment_types_rec.created_by := FND_GLOBAL.USER_ID;
1011: l_payment_types_rec.last_update_date := SYSDATE;
1012: l_payment_types_rec.last_updated_by := FND_GLOBAL.USER_ID;
1013:
1014: oe_payments_util.insert_row(p_payment_types_rec => l_payment_types_rec);

Line 1012: l_payment_types_rec.last_updated_by := FND_GLOBAL.USER_ID;

1008: := l_header_rec.credit_card_expiration_date;
1009: l_payment_types_rec.creation_date := SYSDATE;
1010: l_payment_types_rec.created_by := FND_GLOBAL.USER_ID;
1011: l_payment_types_rec.last_update_date := SYSDATE;
1012: l_payment_types_rec.last_updated_by := FND_GLOBAL.USER_ID;
1013:
1014: oe_payments_util.insert_row(p_payment_types_rec => l_payment_types_rec);
1015:
1016: END IF;